Memory Pool Memory Pool Refreshing

5,123 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,735 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,137 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,734 (616,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,229 291,229 0000000000000000b815c26438042a5995268e78cd7d4d7e02f4511b88ca8c2f 0.07 MB 128 29
291,228 291,228 0000000000000000850c0c71e96f4c85703602d09ca29423b224dfefbf6215f1 0.20 MB 534 39
291,227 291,227 000000000000000027133fc3186b9badd3a54b6cba1f32a3f3c21faee35c1390 0.27 MB 413 14
291,226 291,226 0000000000000000d57099fdb3e85bdbc6e2a6c8fdf400e798c14db8f05ba453 0.25 MB 492 32
291,225 291,225 000000000000000067bc3e9479a595b2f51d4c9f33e2bd12a9ff898cda185ab9 0.35 MB 1,005 57
291,224 291,224 00000000000000000ffce91154564bbfb1e4ac148f5421bb65eb023965ad1ca1 0.14 MB 188 29
291,223 291,223 0000000000000000e54a344839660261692927577eae50350fe993ae99fef1d4 0.19 MB 388 41
291,222 291,222 0000000000000000ce7fa9b8f63ec764bca1b38552a4a465bbd58059e6ba5c93 0.32 MB 755 40
291,221 291,221 0000000000000000583a9c31ad6f54ed09635ca648223119c72d78fbf3d8538f 0.35 MB 703 39
291,220 291,220 00000000000000005db1c1be42e9575f9fd5e57f0f9056c9ce9e87dfdac57d84 0.10 MB 256 45
291,219 291,219 0000000000000000c5227be416cde4bd8838b110d2c12d362d2ce90408bb08ce 0.20 MB 437 40
291,218 291,218 00000000000000008220d43b0721a2ea276d44f83a109313ad724f2e8b6128fa 0.09 MB 174 33
291,217 291,217 0000000000000000573e68669ebfd0ba2410f6890d0b9068ebeb1d44c3012629 0.18 MB 471 35
291,216 291,216 00000000000000001972672f55c222af26e0f1d1498f4b1d8f3e8cc9f4b26952 0.23 MB 377 30
291,215 291,215 00000000000000002461d36137789e9d644259529b598bba7be439daadc01e74 0.25 MB 333 28
291,214 291,214 0000000000000000bdf5b897e1d7b26c20a66c4f80d709dec8bc617ff46c85b9 0.35 MB 578 40
291,213 291,213 0000000000000000e205493c39ce585179376fcaf3edc125279f85d9c670506e 0.27 MB 261 19
291,212 291,212 00000000000000007c200d7b41555c19619bfbbb50c6fbbbdb8fff65167a9027 0.35 MB 685 32
291,211 291,211 00000000000000007b56ee9fd2d79e1b3486d57f882f224a1b9c87426667c5ef 0.35 MB 1,112 66
291,210 291,210 000000000000000097f2cc82e81b8615998301202f741e04af7fd7ecd1768451 0.29 MB 388 21
291,209 291,209 0000000000000000dd0542bfead35986d33b5fe3f0aa152c3ba5d3dea366a21f 0.35 MB 1,013 63
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

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