Memory Pool Memory Pool Refreshing

3,320 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,977 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (767,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,337 140,337 000000000000076aa6c12506d6f5219a4c552ce2faf96714c812d7510bbd1884 0.01 MB 37 206
140,336 140,336 0000000000000898e18dde7f41677e940253b80f3837868a689391e956adb851 0.00 MB 8 138
140,335 140,335 00000000000005a58943396e4a38b7cb1c95138e4cb6c263b281695829f01198 0.00 MB 8 138
140,334 140,334 00000000000004bfc8d4d237ed23c471ad7e50a8a1eb8d7316730a76f5444816 0.01 MB 14 181
140,333 140,333 00000000000004eff6787541ecbf1746a6a617d3d213a766163d9c812ec352b8 0.02 MB 34 305
140,332 140,332 000000000000044b81e0523292ed3f2f1753bbf947953a2beb48bc24fa512fcc 0.00 MB 9 0
140,331 140,331 00000000000005718a1e826898a9ca999f5dd6af9fee3fcc60c6913cc619cd1a 0.02 MB 39 96
140,330 140,330 00000000000005b8e31c345da2217c1096e41688c0eae4cd77ae8d01526ef606 0.00 MB 5 0
140,329 140,329 00000000000000286e783f57bba35b97177ff4380b575f408e2f4ed88969b964 0.02 MB 43 359
140,328 140,328 00000000000007c2c9f661aa9cd076b88c78f8351e0010e348fe0f1487c06170 0.03 MB 74 1
140,327 140,327 00000000000007ec5258b244a4c2db29a0e5dc566c6b9a78e95dc71fae335357 0.08 MB 180 155
140,326 140,326 00000000000008981f954a5cc0518b9bff70eeb794957e420b9c57aa3c3b8eea 0.03 MB 17 312
140,325 140,325 00000000000001e2867f33a232c1322bd70749bf1e145a65b6b5a29192dda655 0.03 MB 54 39
140,324 140,324 000000000000015c91087cfc9333e49f7f300bf21a4931d122623db782c5e453 0.04 MB 52 427
140,323 140,323 0000000000000405697dc324d143c72d17e13e243561447e91680dbb0ba7232c 0.01 MB 21 198
140,322 140,322 000000000000006f6f9429ee1e85db938365b7ea556fa80d4b124caf4db50a9b 0.01 MB 28 166
140,321 140,321 000000000000076ec91a52d3b2a708123a6377e8ceae90be14474cdb6d2465a3 0.00 MB 6 68
140,320 140,320 00000000000004db2f219cdc8edc3e2cafcd4245e45abd2ca2f588d701a7c7d0 0.02 MB 63 23
140,319 140,319 00000000000007dae398dfb71ce845bfe3e6e7ce074fa7b5212216e55ebf03dd 0.01 MB 10 8
140,318 140,318 000000000000000a0d2b3cece10ffa1c912b1824ce547e1ae4cff0fd75beafe6 0.01 MB 20 420
140,317 140,317 0000000000000105f688faf69d1965008bb2b3ee300de41db7588abd7d5396ac 0.02 MB 71 205
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.