Memory Pool Memory Pool Refreshing

536 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 519 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (776,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,805 130,805 0000000000000a7aae85663a18ff83142c7bdf2a281a3d04fbf8d1a29f37923c 0.05 MB 127 442
130,804 130,804 0000000000000720e814e343eb149a30834a33a70b96475f44ae5dc5e5dd2256 0.02 MB 38 1,171
130,803 130,803 0000000000001d6b5dec98aca73bd8756854dd1f38886fb0653ef005cfc84650 0.05 MB 120 123
130,802 130,802 0000000000001bfbcc9a857ca37dacb61a777294e0079f5ff9679c873d6336fd 0.05 MB 99 2,209
130,801 130,801 0000000000001b11b5ee4ae9f8e3d87c2610033fedeb5ff9653ab75b0ddb35a2 0.02 MB 32 1,172
130,800 130,800 000000000000138d5d5071b71215be7f9438590169b0f2dea29a88eca4c962e4 0.05 MB 133 311
130,799 130,799 00000000000013d12817b68fe2029381afa1e379041dcbfc58a01e2b8962e974 0.02 MB 44 795
130,798 130,798 0000000000000c0d4b99beb03dd62fd37b4ba98d1be4bfad4bd553672a8cf887 0.03 MB 81 1,296
130,797 130,797 000000000000086ca487a8fe658065735bf27d9892ef817eb0046466d3239fa3 0.01 MB 28 7
130,796 130,796 0000000000000f5484197cb6b137440f5f530b0b2ebe7fcff8d5e273e6b167bf 0.03 MB 18 409
130,795 130,795 00000000000013e709b56001feda041786fb42fe45a99e44bc11c0db683d4347 0.03 MB 74 631
130,794 130,794 0000000000000d05bcee17af3c16502cef97f57bb3b71c9d24c29bf4387f7eec 0.01 MB 16 1,162
130,793 130,793 00000000000012f88bccc557b342ad54043fb50e29b59c7a1a9ecffb30f33fa4 0.00 MB 12 622
130,792 130,792 0000000000000b1ae6d127c2414887114a361e768d953f155a98ce378dd024e7 0.03 MB 101 71
130,791 130,791 0000000000000a417e88150878557470b78cae46363ccda8ee349b629cd7fa48 0.02 MB 46 1,223
130,790 130,790 0000000000001b5c0f65ce7bff5eef73e488904a02405baf6400e067006ccb86 0.00 MB 9 586
130,789 130,789 0000000000000f043fe4ca135382658c1e95293554c7c29c6532abd8b436caa1 0.05 MB 120 555
130,788 130,788 000000000000123214b375a1560183c0349a10bcaee696203b6d2b552521e833 0.03 MB 83 374
130,787 130,787 000000000000064219313eb8e7fc01975911f3bd16a8b21e25b3cf2ebf2d86f6 0.02 MB 38 2,544
130,786 130,786 0000000000000a5647493db126d2e6ad013273322a2a02f001f5bbfb79a2e958 0.01 MB 28 1,376
130,785 130,785 0000000000000b3425c8dee19885fa63a592b22c4fcc9ba081730cb881ede8b7 0.04 MB 69 1,285
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.