Memory Pool Memory Pool Refreshing

316 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (657,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,733 250,733 0000000000000051ef09f02ed6acb3d8ce124057b1e47b82ddf3ec31157c132e 0.05 MB 112 115
250,732 250,732 000000000000001cb840f80614ed360324cf9073f0ffce25975a456c0ad41ea2 0.18 MB 395 149
250,731 250,731 0000000000000057e7ca8ea451b48c1a92dec0db96dcb880c5b74415e64ee67f 0.14 MB 319 136
250,730 250,730 00000000000000118588fefd11cdcbca65c14e71b9d1afae909364f6adc7e5b7 0.04 MB 80 92
250,729 250,729 000000000000001d62ba75df423a2c92156017198328968d12dc6c4b2b7dfecf 0.14 MB 362 174
250,728 250,728 000000000000001de7dbab8a990a100a1dae9260cea82f5bf8fad45c80a2d189 0.06 MB 97 74
250,727 250,727 000000000000004e82ccfc7d8e21768900c40451ab4e754969cbb1289998a2ac 0.25 MB 581 115
250,726 250,726 000000000000004a07537a7dd7db72046200b7fb89ebf651e8e152ae2548197f 0.06 MB 159 98
250,725 250,725 00000000000000479501a77e2ba9e1aa9f8c7239565d34d0ba6d2ee0b9d4defd 0.15 MB 401 121
250,724 250,724 000000000000001d6c83ae3749cf80849442df8156784c31815a837ec90b3c7a 0.12 MB 286 117
250,723 250,723 0000000000000037c8ccbf59811c3ac43e3eb24964502c398283b46ae5d88ca1 0.24 MB 628 122
250,722 250,722 000000000000006abbf8f6ecb5f74caf281077c90b1facd09ddee3a64fd29feb 0.00 MB 3 15
250,721 250,721 00000000000000661e2281acce5a8a9db9c99c70faebdec3a74b72333b41abdd 0.03 MB 86 148
250,720 250,720 0000000000000013be62db46164bef4640f0ef80b703ab9f9ad0beaf0627909e 0.09 MB 181 87
250,719 250,719 000000000000006287abc6e672fdb944bbb8d6ee1ce3229a414aab534a4d1af8 0.05 MB 126 121
250,718 250,718 000000000000002a97a02b2ed9d027e5f1afb0adc45317f0da482db8438c8b76 0.06 MB 84 14
250,717 250,717 00000000000000223562b5fac3ffca639e52cc0186e28fc2ca835f8473d42cf6 0.25 MB 632 109
250,716 250,716 0000000000000049a66bc01dd478cd3a8ed0c30ed54e67b49327c27a252b8db8 0.25 MB 455 81
250,715 250,715 00000000000000489cd7985e28d89e0c31f2149922d9a5daf2bfda2fed22d4a0 0.19 MB 475 106
250,714 250,714 0000000000000047c9149f929a7368ccda6eadb4b35a6c1b2fd4ec0a6d7a3bb7 0.14 MB 256 133
250,713 250,713 000000000000005e9c753ae481ffc6b1c148bb00604b8ca2b662b782db9ce28f 0.21 MB 590 392
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.