Memory Pool Memory Pool Refreshing

2,236 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,236 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (451,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,311 456,311 0000000000000000007af6f0ca52aeddbcf0bafe3d2157c8fd1e82bf64bd42a3 1.00 MB 1,883 183
456,310 456,310 0000000000000000014484c18dc4734f49a409b0c6b5c7d514f4ad153bb61a31 1.00 MB 2,511 229
456,309 456,309 00000000000000000081c1773e32a50bd5c3747cf3d747cc7a530e0f6b1e5c44 1.00 MB 2,272 203
456,308 456,308 0000000000000000008a95bf85fe4c8476331d909c3c2a4fd439a95260f6cc53 1.00 MB 2,612 245
456,307 456,307 0000000000000000018122f6ba9cc64ee4322cccbb89ff93342545d9e8131ed5 1.00 MB 2,088 367
456,306 456,306 000000000000000001ee93aa5cf3282de209a4f71d12f213dc49c218475d0aa9 1.00 MB 925 77
456,305 456,305 0000000000000000014432d69deda76a879e4b4645c62e293505fee316c55486 1.00 MB 1,595 114
456,304 456,304 000000000000000000cdfd207e7a6af9c016dac7fc7ddd87d52a23100e08b508 1.00 MB 1,850 149
456,303 456,303 00000000000000000015e08847827707c8af7b37fd5ad5df6cdfc2ce907bb774 1.00 MB 1,378 108
456,302 456,302 000000000000000002327e20490a0a19aadb949dd92de16fc22026b52e584c25 1.00 MB 2,750 124
456,301 456,301 00000000000000000008a88ce33c49bf9831423e8dce8fa637aee548263928aa 1.00 MB 1,668 125
456,300 456,300 0000000000000000012d45e6679c1438dea67562074dadcda6c3468e16de39b9 1.00 MB 3,010 145
456,299 456,299 000000000000000001d7ff4ab2246713bdac9134c7a304c38de5c3ebbca52396 1.00 MB 2,001 156
456,298 456,298 00000000000000000254bbb1dbf74033931ea7b7bb12e450978924bfb197ac37 1.00 MB 2,315 169
456,297 456,297 000000000000000000e6b579b4a4b43c8155f74586e26f9ce7e2fc0213845212 1.00 MB 1,256 148
456,296 456,296 00000000000000000144b949e3152a81c009b0692fb65ff4bcd8285dc8ba79cf 1.00 MB 1,924 170
456,295 456,295 0000000000000000001c404279e8591fed46dcd4471b925d5327000222383753 0.99 MB 1,342 162
456,294 456,294 00000000000000000092aa1ac253441575b196e90545d8ad38837b1183e44ad0 1.00 MB 2,439 200
456,293 456,293 0000000000000000001eac6453967332ab09f2ce0ded6c77651723b9db52cf84 1.00 MB 2,753 187
456,292 456,292 00000000000000000224391e788ffdb8f7aaad509c873a9bbe55de58854e2521 1.00 MB 3,386 357
456,291 456,291 00000000000000000069745fe8dd2c68906a0fb7850adb66fd38b3225667fe71 1.00 MB 2,751 280
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.63 GB sent, 93.64 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.