Memory Pool Memory Pool Refreshing

8,334 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,908 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (24,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,483 883,483 00000000000000000001a1164dcd299e98eb3e06bf1c41304e5186899b556847 1.81 MB 2,418 3
883,482 883,482 00000000000000000001ed012a8a7e38c46c36f761dfacb81ef153b56b189bab 1.63 MB 3,451 4
883,481 883,481 00000000000000000001c9ee1f09d1765c6bee80a90829b5e3677b1fa60a3ec3 1.59 MB 3,256 2
883,480 883,480 00000000000000000001b51581479491c0164759e255ddf6edbd39f1f7d7cf72 1.53 MB 3,086 3
883,479 883,479 00000000000000000001d8c2eacbf0203cf6f77bede0340084e8ca72f21b0d2b 1.63 MB 3,829 3
883,478 883,478 000000000000000000011bb93213326a12004d81d69dd2143beac8a413c4fae8 1.53 MB 3,427 7
883,477 883,477 00000000000000000000140f5ccf430e1f37ccf0edb81d0922ab9d5600e23183 1.75 MB 2,530 2
883,476 883,476 00000000000000000001308457aa18d5173325c9c6a259db3c6bfe41ba55b88e 1.59 MB 2,531 2
883,475 883,475 000000000000000000005bf5f407bccfeb457e191d1749cc9365d94eebdd085a 1.63 MB 3,864 2
883,474 883,474 000000000000000000008c7fc9dc11ff3d3872ce7f526ee05abc4bf79c4bb5c5 1.43 MB 2,407 3
883,473 883,473 000000000000000000007c856de3e0d155266c00a9643f564e01fca84012c55e 1.59 MB 3,051 5
883,472 883,472 00000000000000000002051bf4bb439c806ea5f9dc34ed2e51b9c12de0a5d049 1.58 MB 2,536 2
883,471 883,471 000000000000000000006c2d04c1bd634c2f14239db9be895c867cd520da5609 1.58 MB 3,630 5
883,470 883,470 00000000000000000001a89187b28b0db2b72ef9488622b0e1d655b2e43f1cf9 1.57 MB 2,641 3
883,469 883,469 0000000000000000000197334ecd79e805ba15e394420fe4527941adb2972777 1.54 MB 4,047 6
883,468 883,468 00000000000000000001abad543bd21944b12b9cc98cd088b0740e44c91db679 1.82 MB 3,623 2
883,467 883,467 0000000000000000000208e102fe26650ede3afd87293ed7c58a0149c14d38cb 1.47 MB 2,983 3
883,466 883,466 0000000000000000000075e3d706bbf258dc8964b748ca4cfba83cc7f804cc14 1.77 MB 3,221 2
883,465 883,465 0000000000000000000063bcfbfc5cd695d1a427e89427594997134573245ac7 1.71 MB 3,811 1
883,464 883,464 00000000000000000001cee9f18aa67d54b197e522b82a1d9e5352b9daeb695b 1.62 MB 2,549 3
883,463 883,463 00000000000000000000f491de96251b1d0888d00bae31bfc50b88b032ba9c34 1.66 MB 3,421 4
Previous 10 blocks ↓
Total Size: 769.17 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,633.09 GB sent, 93.75 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.