Memory Pool Memory Pool Refreshing

2,771 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,749 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,280 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,748 (894,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,984 13,984 00000000fbbf35926196e0343246fd6afab010ce54d0e5eda7504f5ef32d5c0c 0.00 MB 1 0
13,983 13,983 000000008547324f2f2dbc84e9dbc28906d9433bd845787692fcc4e0552051d6 0.00 MB 1 0
13,982 13,982 00000000a6adde2ed4fb497609afe11065d51fb414dbc03a83ddbe8bc061cf16 0.00 MB 1 0
13,981 13,981 00000000c36de8825c3e3c4bfb6521c4ffd39660bd5b92f50888bbb7cddd4cba 0.00 MB 1 0
13,980 13,980 00000000baaf24600180c159cab518368a34087b1a5a74a3e722d31d7034a228 0.00 MB 1 0
13,979 13,979 000000005f6f6273cfb7e6dad68c1913da3973f95ae71d6aec0e5b203cc431fd 0.00 MB 1 0
13,978 13,978 0000000061dcad36058775d2e999272b1cb6c0b43bb39b5f037c8501b19c4863 0.00 MB 1 0
13,977 13,977 0000000026a33dd20cf0bf8b6b22c2b79490479bb4154c82d8064009bbb59ac6 0.00 MB 1 0
13,976 13,976 00000000c04d0878a7981bdf6dab89dcd94773ebe10617afa88ed9e822ae6d07 0.00 MB 1 0
13,975 13,975 000000007fbb24b5b4633ed671b29cb073422e7c2617fa58eaf6ad2e6ea6a3a7 0.00 MB 1 0
13,974 13,974 000000007615e074a3d2521db9edd88a37873571d18afb5bfe2de6d701a4bdbf 0.00 MB 1 0
13,973 13,973 00000000ee715e85ac4cada203f62a9802d65d6091cbdf4c2020a37ff5ec5977 0.00 MB 1 0
13,972 13,972 000000007fe1911b64216cc4cbae869a484f000aceca3d6acbed6e6cf72c33d1 0.00 MB 1 0
13,971 13,971 00000000bdf49ce2d17e2f3041aa0f425e33164b4046c71f20213efb396c4283 0.00 MB 1 0
13,970 13,970 00000000fc378eb276c67e47f726596a5a15fcff6ba9b5bd2ee5dc758233acf3 0.00 MB 1 0
13,969 13,969 000000003560fb8cb8facac40c8e08804837315bad54542fe7d40828fc3362bd 0.00 MB 1 0
13,968 13,968 000000000c84014b9be1bcddcc19563e46fa6ea051b4b25a962fdfe7c92e6268 0.00 MB 1 0
13,967 13,967 0000000043734edf2f5f02a2abcb923f63ea9a367a38578ab6cb06e660b16232 0.00 MB 1 0
13,966 13,966 000000008ace918cb153b1ea3d3c461aef1d3128c71f09af6fe3fc875fdac427 0.00 MB 1 0
13,965 13,965 0000000001ffd77ddb3c99c1dad86081e41aed8ad562e99018aa26c2c009b9a6 0.00 MB 1 0
13,964 13,964 000000009bcbfd57e32a93c84dd2896f9f2df7c4d22404e21a62b7e6936b6f29 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,856.06 GB sent, 102.47 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.