Memory Pool Memory Pool Refreshing

8,566 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,660 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,876 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,659 (194,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,085 713,085 000000000000000000018fc57f3581434a6964f301d49b91a217d68fcd4d442a 1.51 MB 1,448 4
713,084 713,084 00000000000000000009cc3be7d5cb71f21b163c72bf8ed35b5509741c514b0d 1.83 MB 1,171 2
713,083 713,083 0000000000000000000b89c14f40850b1c8bf83b27d4d6eb12929fcab1d4926c 1.48 MB 3,089 10
713,082 713,082 00000000000000000003b7c2e6d403935d836d1b915574ad8b6cba1212a176ed 1.63 MB 2,476 13
713,081 713,081 00000000000000000001293309f3a8ee25c33859022a597dbe3794a27ff94ccd 1.38 MB 2,745 7
713,080 713,080 0000000000000000000906628b330dd77250ff23213e97a6fc5b938aacd12bb6 1.31 MB 2,310 6
713,079 713,079 000000000000000000014222545e2859ca33c81818dcd0e8afef2bcea5a651f4 0.99 MB 112 1
713,078 713,078 0000000000000000000070cc7dc7d1c232f99bed908080e61a4be42f38bf7526 1.01 MB 358 2
713,077 713,077 000000000000000000064878fdfaeb2da699e336d2792b17449700ac2e2e6116 1.33 MB 2,727 7
713,076 713,076 00000000000000000007e34173787891fe5bb8d9d8a0856a65ecded82a47b3ba 1.55 MB 2,843 8
713,075 713,075 000000000000000000092bcd739dbece993abf3ba99b4d57a22f21fdc3321b00 1.17 MB 1,352 2
713,074 713,074 00000000000000000008ecc121e088e08150220c50aa7d53eaeac5358f3cda6f 1.55 MB 3,000 14
713,073 713,073 000000000000000000024d2b14be1fdc7b60da1222bcd0adb2e505988bfba60d 1.37 MB 1,830 6
713,072 713,072 0000000000000000000a3011d986cce7a12ff94498b26c046960e921998a2868 1.06 MB 286 1
713,071 713,071 00000000000000000004f7547b5e027efaac6cfce80d4e9185700fecb2902629 1.52 MB 3,413 3
713,070 713,070 0000000000000000000b3b9fd69fb82fdcafb83242b5addc83d3811854ba280f 1.48 MB 3,105 12
713,069 713,069 000000000000000000042c6cb5fc5468f87cc8248d61a9a69a16ad6681df5dc1 1.50 MB 3,162 10
713,068 713,068 000000000000000000075f9e485672f050d01a0217175df66f8329b2dc39238e 1.63 MB 2,711 17
713,067 713,067 0000000000000000000732352ae420bbe0ed6132c8749886cb01d223ac7c6390 1.49 MB 2,862 15
713,066 713,066 0000000000000000000af4c2d953af68047b731d71988ae3fb9d81c4991d0ffe 1.50 MB 2,793 10
713,065 713,065 000000000000000000014212444664406f2ec85cb354b4b7dd30217f0f783d6c 1.10 MB 556 1
Previous 10 blocks ↓
Total Size: 768.91 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,603.35 GB sent, 92.32 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.