Memory Pool Memory Pool Refreshing

2,847 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,819 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (668,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,978 238,978 00000000000000b38141ab42f231980eaa7e9ea487369b09bce27e0efb70bff9 0.09 MB 198 185
238,977 238,977 000000000000000020a1c53e3a1e547732f21d4e324d70ff0767615e964be1ed 0.10 MB 215 169
238,976 238,976 0000000000000126d80bfba6dd5aca2c9a09eb30529aba76a62b239bb84f4471 0.02 MB 61 181
238,975 238,975 00000000000000168b30a7cceb02f99674808f270d535c518d8554db4fee21fc 0.08 MB 118 138
238,974 238,974 0000000000000124c397cce8770a095512e3ff726bbfde365a69fa296915ec0a 0.14 MB 336 192
238,973 238,973 00000000000000956fb26408982ecbb7c2d7fce2f1aa6d85f065c0062ca6c0ff 0.15 MB 289 160
238,972 238,972 00000000000000f668d195bc35cdedf44e37ae4398a1eb7239cba50e7486aa22 0.17 MB 408 179
238,971 238,971 00000000000001380a65fd44083ff5bad4ea27f0f0302ae32723280f83d46f15 0.06 MB 143 176
238,970 238,970 00000000000000a4ae22c7d62624c13c2a0681eeec79859bddb26d6734d1057c 0.29 MB 666 183
238,969 238,969 00000000000000c550b1209f0898fdfd89973f94ff478d3daa7111d67759c080 0.00 MB 6 44
238,968 238,968 00000000000000643c14eb75107f8896e2d21541eb7598a94bb1de3dad665dda 0.01 MB 29 120
238,967 238,967 000000000000010a1d9e00612a6219ae7f835b68335b551b8ea235c1e67ec750 0.23 MB 356 120
238,966 238,966 0000000000000073f36b457e94f1c432689021024b66192a6b8cf772100b736e 0.02 MB 40 177
238,965 238,965 000000000000014c959d59bf727329131251d46aeb5cbed48f3edfc52338f156 0.01 MB 33 197
238,964 238,964 000000000000002f4212c0880bed59dc4b263ffeaeb71f67f9aa853d11ce2e32 0.05 MB 110 121
238,963 238,963 000000000000006c2d9f492d7c2d8c46b72919733c05dd575bba465020ceb361 0.10 MB 217 143
238,962 238,962 00000000000000b8cb4679ca121fef41e0dd19a0c7b20cf4e564197abbf061aa 0.28 MB 584 151
238,961 238,961 0000000000000100df2610d00f35b099683bee157c3ac9b6c98da9061bef4be8 0.25 MB 602 191
238,960 238,960 00000000000000ce261b82f559cf19e1cefd1cf4f6762545f2eb4f840a98302d 0.24 MB 465 119
238,959 238,959 000000000000004a13fb5fa099de4b77feb9c1320bed5bee6441ae839f02be96 0.05 MB 91 149
238,958 238,958 00000000000000ab71f885eb649360d11d1d6ebede7a1c152e3e01892e9345a7 0.14 MB 308 177
Previous 10 blocks ↓
Total Size: 769.31 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.75 GB sent, 94.48 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.