Memory Pool Memory Pool Refreshing

6,247 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (792,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,977 114,977 00000000000014999de7db5f3cc4a30aa86e55bb54b6db6fda26a35d8e0467ae 0.00 MB 1 0
114,976 114,976 00000000000065f3032655ce1f7d3afc1e42c63ec1c0869f59d6811dcf994686 0.00 MB 10 0
114,975 114,975 000000000000639c41942b4c61e204be3e924171c67889dda513237574925b22 0.00 MB 9 0
114,974 114,974 000000000000da97d2ba7ddb5d3c9b48980b92bb12f3926bb0382615853fbaca 0.00 MB 1 0
114,973 114,973 0000000000006827095461c2879058b1a71702dbe6a62c495343e256d0c32326 0.00 MB 8 0
114,972 114,972 0000000000008e1f2ed45874767749b9009c3551ff23cf6d5d3ed148b1011ad0 0.00 MB 1 0
114,971 114,971 0000000000005f240325d0400ce998b8660aa72c694ab506e5051586a931e2fa 0.00 MB 5 244
114,970 114,970 000000000000bb9f9b8df864e43f06fd9750e96c5f0b36597c49c09be3caa6f2 0.01 MB 7 0
114,969 114,969 00000000000004a010aae4616741ac1fe533a8f120c77cbb092fd388fef2f7c6 0.00 MB 5 3,875
114,968 114,968 00000000000099ebee22720fb243d2ce0bbabc2c1493a6a67706a3e4c7669cb4 0.01 MB 19 0
114,967 114,967 00000000000058f926fa7b30847faf04a41da81ed3192a207f4b67e578a0c520 0.00 MB 6 824
114,966 114,966 00000000000061b53ebc7d41f9d3f65512127c1c3ea24a9ded66b993998bd7bb 0.00 MB 13 0
114,965 114,965 0000000000007ccf2c537626c039555b320eca2435355a007b1be44c7d3ec9b3 0.01 MB 16 623
114,964 114,964 000000000000132553e4adcccac004403d624fac3661a80e150d025f93163e00 0.00 MB 11 356
114,963 114,963 0000000000002dde0020d351bb06fbaba10cfe3aefa1117d40103d9a13164041 0.00 MB 12 1,293
114,962 114,962 0000000000009d6c17816dd741a4715f9a0343e7d1cda2117a939585066053e9 0.00 MB 12 523
114,961 114,961 00000000000070581a79ca4bdd9d4f4fe6e30fbdd703d921bc4897a43e68576e 0.00 MB 13 0
114,960 114,960 000000000000c5d27d909d9c82f2896b5ead490afaffa0ea485cdd0df14f0763 0.00 MB 3 2,248
114,959 114,959 000000000000597f03070b3d01e34d93e70305252d43879c7394eb8003bdedf1 0.00 MB 12 0
114,958 114,958 00000000000026abf438816c5ea143623be5a9b73c7ec51762ac940766020f00 0.00 MB 11 0
114,957 114,957 00000000000011fca8cb37929ce8ff2df7188b9e34fad96a6dfa5a7717122125 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.51 GB sent, 92.74 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.