Memory Pool Memory Pool Refreshing

7,096 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/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 ago 1.00 vMB 2,876 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (204,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
703,108 703,108 00000000000000000009d22207bcbded79be063bd35d739feb718a9a2572452e 1.56 MB 955 5
703,107 703,107 00000000000000000009e949714037771ae513a1afe81f14a25f8a19c488d4c9 1.53 MB 1,724 6
703,106 703,106 000000000000000000034e9aa102641528e695d2e59f63cf769abb968ffdd871 1.56 MB 1,736 5
703,105 703,105 00000000000000000008ba48f28580caf8fa878f4582a9cf4edc5dd14e48fde8 1.65 MB 2,472 5
703,104 703,104 0000000000000000000c3c2abd6de394264f8b9a7d230558583f7081d67aee43 1.51 MB 2,153 8
703,103 703,103 0000000000000000000eb7a51ccff4a8ad8984c451bdd47e729958b900625349 1.65 MB 1,156 4
703,102 703,102 000000000000000000034a103881bb214498c8e0025f037f0fda2f92244078a1 1.43 MB 2,328 13
703,101 703,101 000000000000000000030276e8f77cae0298fc2e9cf164934f5c1f95dc145731 1.39 MB 2,321 5
703,100 703,100 000000000000000000065eecae01e9f58beb81c966da65c637099104f7db9fd4 1.33 MB 1,357 10
703,099 703,099 000000000000000000050321a603a56b2d7af94b9c700b267ef881a639ae2037 1.28 MB 1,392 4
703,098 703,098 0000000000000000000a672c6e5b8c8545ab700b09c9005af7616bd1e2c84eb9 1.50 MB 3,556 7
703,097 703,097 000000000000000000067317885d957083ec79dfdb7ceddf4ec9b36bbfe4e7c9 1.38 MB 2,340 5
703,096 703,096 00000000000000000003e6aefd931e2c53877e71600faf48555da401a569b09a 1.44 MB 2,552 6
703,095 703,095 000000000000000000099a135a48c5a668e44d19f18bee18d0f307408d0beccc 1.50 MB 2,341 17
703,094 703,094 0000000000000000000368d75732763cbfdb8d840ef5a35d5a28579209790365 1.32 MB 1,491 6
703,093 703,093 000000000000000000097cc428c008464875d896090f10f583b0d2aa6567469a 1.18 MB 716 8
703,092 703,092 0000000000000000000090fc8f3e1b67a2eb81532da17ef6520256ab4cf96ee0 1.44 MB 2,318 10
703,091 703,091 000000000000000000023b9832d3ff6fc6bb9b3d8536def1be60120732f1b1ea 1.54 MB 2,255 12
703,090 703,090 000000000000000000033bd2966a298e58b820b975afa1cfde4cf1497176be5b 1.76 MB 2,032 20
703,089 703,089 000000000000000000043b48114c642549279363dece95b4d579f7c4b2181192 1.52 MB 2,690 17
703,088 703,088 0000000000000000000e2263b54ae730de6bdea2a8388841938fbbb07be1a546 1.55 MB 2,826 12
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.52 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.