Memory Pool Memory Pool Refreshing

12,651 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,058 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (70,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,330 837,330 000000000000000000031f4947a87a0dc6977dc679217dfc1734e07368c8a521 1.77 MB 1,529 7
837,329 837,329 00000000000000000000999f820ae232fcf3042e0cecae7b0d10365e1823fe1c 2.24 MB 1,711 11
837,328 837,328 000000000000000000004ea65862897e736c05964e1e7ffcd4b3f7e47a0065d3 2.05 MB 2,654 14
837,327 837,327 00000000000000000000a5bfa4b700dd5718c386cee39d5dadf22c5abbf1ff84 1.96 MB 1,796 11
837,326 837,326 00000000000000000001bd9a2b2cdb626a882f6253a2db55faaf6758982c11c4 2.08 MB 1,518 7
837,325 837,325 000000000000000000018fdfdb0072028ebfc4d8ce0c9f599919c3d28c88bc29 2.15 MB 3,062 11
837,324 837,324 00000000000000000002d8633d669a469bfd83856ec44679a04af172b6e269b8 1.94 MB 3,831 8
837,323 837,323 00000000000000000002c91d89a892293edde59042c5726761fda9c026f19214 1.77 MB 1,151 9
837,322 837,322 000000000000000000022cd07d23fef0d34b359e17dca14880a0bfbf66981fd8 1.69 MB 2,303 15
837,321 837,321 00000000000000000001393c32dad3a89cc48645eeeb83177baa7fbc8b720a8e 1.72 MB 2,746 19
837,320 837,320 000000000000000000027d8d40fde3e8deb83ece7f6526c2afab167d151de3dc 1.64 MB 2,407 13
837,319 837,319 00000000000000000000fdc4bd4e19b8e9b0cd908793c3bde9e77d31c49e08e3 1.69 MB 2,851 19
837,318 837,318 0000000000000000000148a73fa02f6aa276bc10cd5a8d1d21a1a3b08deb87ae 1.58 MB 2,920 27
837,317 837,317 00000000000000000000cdeea2c815433e527848784ab62578f899534ee5f1d3 1.58 MB 2,885 17
837,316 837,316 000000000000000000015ef4796e9e99eb43805667f5f2e0a87d6970bbaffdef 1.92 MB 2,100 10
837,315 837,315 00000000000000000001d376001456f816eedf9362bf9bb1f4c4858d8ea1718d 1.57 MB 2,721 24
837,314 837,314 00000000000000000001f8bcf2a631b749859a2c50925edb5e0a6596775e1873 1.91 MB 2,825 13
837,313 837,313 00000000000000000000abe37e684c8e23a76cc7a2be387d6aa40099501b0ed2 2.17 MB 2,171 7
837,312 837,312 000000000000000000009b3b22aed11ef2e056ef1ba0fc8d21cf8a1dd6b3ea8c 1.99 MB 2,362 10
837,311 837,311 00000000000000000001a34ad7a887eb919f90b071fc2fc40e1f89ffe4c6262d 2.17 MB 1,746 9
837,310 837,310 000000000000000000025d46fc9edc3befbeff74dcca1c00b084b3fa8e692442 1.82 MB 2,422 21
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.