Memory Pool Memory Pool Refreshing

10,722 transactions
6.85 vMB
Show Random Selection Loading Transactions
Max Size: 39/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
882,418 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,547 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,417 (877,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,894 4,894 00000000460150663a7be86746e54faa470ebebdb19308213d9734d7136711c7 0.00 MB 1 0
4,893 4,893 000000006ffee545991ce2eb1169a9654d689945febb9d3eb455950a6ae80f8d 0.00 MB 1 0
4,892 4,892 0000000011904919835ba1c5568b33b59ccb2016e494e4e43a46dbfadce59796 0.00 MB 1 0
4,891 4,891 000000003131fa71fe82b976a976c05559e98978d57f87649c730bd935e0bb60 0.00 MB 1 0
4,890 4,890 000000000d850008d6b22db13e0d5d2c167f7d416a460a1e569b16ac216e1658 0.00 MB 1 0
4,889 4,889 000000003945dbebda4b0440b7f7d867fb576d6dbcd3cb6f90f140e0669316ff 0.00 MB 1 0
4,888 4,888 000000001432802571b294a8de2af8f53e36c5ded250bee8b4ef5caa126fca96 0.00 MB 1 0
4,887 4,887 000000004862371d9012f1038abf89e04c4c431177b91f1397042e0bdb652ca0 0.00 MB 1 0
4,886 4,886 0000000031b95ac6263b74740a84477ab9fce76f29b0dfd31299341521e354c3 0.00 MB 1 0
4,885 4,885 0000000092d836c8cedbab7c4ea9f63b0e63261cc7566d488aafcd4c200063fa 0.00 MB 1 0
4,884 4,884 00000000ed745602d4ea9f2b5a899e2d9754bf540912a3ba10961349945bf032 0.00 MB 1 0
4,883 4,883 00000000f822d57849aa0b9c19575c425c37b2f8d97c5111b0d60b069bf9b8a4 0.00 MB 1 0
4,882 4,882 00000000f188d02691f222df3b8f748c034b8d3fab81a1fd1f7631aacd2dafa4 0.00 MB 1 0
4,881 4,881 00000000267ce7ff5ead38e833db937890c794cbf663c38fa3eafdb2c3453de6 0.00 MB 1 0
4,880 4,880 00000000d2b9593398848dcd293ec303c5397b4ed42a0701dfd4a48a221d8e6b 0.00 MB 1 0
4,879 4,879 0000000017eeb6b15bbf18b774dcace4e9a375e2e8712497cb4ef52badc01ba6 0.00 MB 1 0
4,878 4,878 000000002f7d0b151aa73fdc5c0359e2d31bbe26d22a7450d1df9d863b9ab54d 0.00 MB 1 0
4,877 4,877 00000000e26d60bb1c8bfc938d480c7b37113a25b4efb27db836d61f83515885 0.00 MB 1 0
4,876 4,876 00000000819994c054cc1edce2edef7a2fecc0142578699d2e7c20ec57062d0e 0.00 MB 1 0
4,875 4,875 00000000e36bfca3bfca06cc29b3cbc3999c7f9a91eaa3513befa74e4f9e8725 0.00 MB 1 0
4,874 4,874 00000000c2654030ad4c1f6875560ce2d67e0692f39077027683b45a527c8c80 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 723.28 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: 2,093.01 GB sent, 78.90 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.