Memory Pool Memory Pool Refreshing

2,803 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,803 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (170,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,805 736,805 00000000000000000008e5a87437e0999bfa9be98b5f31f68097cae84c17d42b 1.30 MB 1,898 13
736,804 736,804 000000000000000000011ad61f50df323d4870d3988cdb1e1c278f41ea2d1c51 1.44 MB 3,066 21
736,803 736,803 00000000000000000008827c543cb06ef7541d4d67bb84e46b708e57af88bec9 1.25 MB 1,373 15
736,802 736,802 000000000000000000019ac2f78089d0d730a36b6bc295a8eb16059bf4edf6bb 1.42 MB 1,772 23
736,801 736,801 00000000000000000007c0c6861c6bd6d074fdc7737dcbdbba3f2d40d42329db 1.83 MB 1,778 9
736,800 736,800 00000000000000000002a36236be462b182b9d36e31cdd7dc8798406b8ce31ac 1.93 MB 1,393 2
736,799 736,799 00000000000000000005543338decf3f2a3aeb23060dfab54c8c07dd6a18a84a 1.57 MB 2,961 15
736,798 736,798 00000000000000000004027e505b8ae873e05c667640dea7771306e50757883c 1.39 MB 2,481 17
736,797 736,797 00000000000000000000c4645ab616fc72167b9442c8d7065fb910aebc808608 1.56 MB 3,223 17
736,796 736,796 0000000000000000000521f1626232c49efaf503da095d53ec17509e0cdc674a 1.47 MB 2,714 28
736,795 736,795 0000000000000000000503c64ccf79bc3728f8d75f74c2013e4fa2614ec420ed 1.72 MB 1,349 4
736,794 736,794 000000000000000000059ae27c14fdff5f2368743587755705b18faf7cf1cc85 1.61 MB 3,171 21
736,793 736,793 00000000000000000003fa32ffd70c31084cee328d4e0a44eae83db7dc9f0b18 1.53 MB 2,332 6
736,792 736,792 000000000000000000030cb599616ac5d541ebe04ec509690ef2fc25280d0f89 1.60 MB 2,472 12
736,791 736,791 00000000000000000003021783e20fd29af4283dfb2c3ea41fb907a9a4c91076 1.70 MB 1,741 15
736,790 736,790 000000000000000000072376102f1d820ca7166a096b996c3cf5f6ffad6bb0b8 1.32 MB 1,360 12
736,789 736,789 00000000000000000008ddde89affc6e022d8df12bc70678cd49b4b01d0dfbcf 1.48 MB 2,305 20
736,788 736,788 000000000000000000012930829b810bb8272a3bd1df1c648cb9ffc140353ed3 1.52 MB 2,801 20
736,787 736,787 000000000000000000020870f75f3630516cea303a261f68ff03714bfca09f89 1.48 MB 2,267 18
736,786 736,786 00000000000000000005ebabd23087d7ee26aa07b6b2143de246c4b5fd493c2b 1.61 MB 3,492 16
736,785 736,785 00000000000000000005ddf7df61f1acb04fee688f46d9111e26beb7d54cd869 1.51 MB 3,295 38
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.69 GB sent, 93.66 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.