Memory Pool Memory Pool Refreshing

4,059 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,767 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (174,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,267 733,267 000000000000000000013ec355df1287924e950783b5130a4c72097b7dfc4653 0.96 MB 1,390 7
733,266 733,266 000000000000000000002a60722687bd5735820fd43e12adbc33b377a58b7582 1.08 MB 2,041 7
733,265 733,265 00000000000000000007ac49633b86abd589a9e75815efced99a66751a97951d 0.14 MB 219 8
733,264 733,264 000000000000000000027a0677177c48e3b7af07f9d418d2a36adda23aae9049 0.64 MB 439 4
733,263 733,263 0000000000000000000659c839ee3c956e99957fb87cb7ad9fe1e90467441463 1.52 MB 684 3
733,262 733,262 0000000000000000000689b0d7f3b70ba207f094bcae1ce1d5ce7173c3e59ce8 1.90 MB 1,247 4
733,261 733,261 00000000000000000001307316b3486c22cd95016a90db8e5dc83bccb86d672f 0.31 MB 527 7
733,260 733,260 00000000000000000006fee451c03439b312242782f0046bf4dd0f102198a678 0.00 MB 1 0
733,259 733,259 00000000000000000002dda775d2b8d037b7c58214641d15333fba003c98fe49 1.41 MB 1,787 6
733,258 733,258 00000000000000000004bb88deb4f04cc68d40bb194b45b6c8c0962149d8051f 0.08 MB 220 9
733,257 733,257 000000000000000000091ae0b8a72b46351b7d9430dc17d6c7b42dad4d5549f9 0.18 MB 426 8
733,256 733,256 000000000000000000033dcf7bc4bc970bdee29aebc855315e6b85dbaa9f5e08 0.36 MB 608 10
733,255 733,255 00000000000000000000a7f9c6bb3a3fb6c0777b2f702fdc69b329db473a76a7 1.18 MB 1,100 6
733,254 733,254 00000000000000000002fc6758c4c562a98859a09bd08dddd26a87409b23ddbd 1.46 MB 2,018 7
733,253 733,253 000000000000000000040e18930e9d9e215a3b057d699967b032ca577d62c61a 0.04 MB 89 9
733,252 733,252 0000000000000000000577ad376e8e4ec46e7d4b247843f449bf06dbd905a90c 0.30 MB 543 8
733,251 733,251 0000000000000000000757a6009e27bd8c339da4e2ebc0273ecb4c24e740790f 0.09 MB 167 9
733,250 733,250 0000000000000000000715a226d545626aa31cf276e02774594eaadacef2f6e7 1.15 MB 1,129 5
733,249 733,249 00000000000000000007161980d345bb4c0ca12fec7b1176ae861689700d659f 0.47 MB 759 6
733,248 733,248 00000000000000000009f810dab5de92587e9da25587cabdf4d085cb1c9a4c35 0.37 MB 396 8
733,247 733,247 00000000000000000000149751100dddb46eb0478358e9a735b7e5038eb6680d 0.06 MB 130 13
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.