Memory Pool Memory Pool Refreshing

7,209 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,879 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (485,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
422,423 422,423 000000000000000003eef8330163d54255ffb4df9e12cabc855481b598e6f824 1.00 MB 1,458 98
422,422 422,422 00000000000000000400adac9928f2a7459a8d4b3d8beb3dc1564b48fa19f5cf 1.00 MB 1,403 55
422,421 422,421 00000000000000000136ee40953f4c6591ab32ab13dd257fd456624c8f5da517 1.00 MB 1,921 50
422,420 422,420 000000000000000000e7044741150807958104eb98506c39e2b1194bf21a0075 1.00 MB 1,830 80
422,419 422,419 0000000000000000003037c4e26c22947076c5028f476c9dbe62d79608292dc8 1.00 MB 1,539 55
422,418 422,418 00000000000000000396a2f4ee83d4e468557d1fc852c0fd5793b648b5c421be 0.91 MB 1,493 43
422,417 422,417 0000000000000000004dee281abd6c3d2ee3311842424fa8cc3660b0ffb92aa1 1.00 MB 1,393 40
422,416 422,416 000000000000000004032f26bfbf476d944435d8fcad62c73f60184739c15087 1.00 MB 1,529 35
422,415 422,415 0000000000000000025ea5c014556fd14bea89c7b9c21398ea3b784c75211697 1.00 MB 2,016 66
422,414 422,414 0000000000000000028d3f9ef3d179018a90fa33a074cd76b1db5a93bbcb87c9 1.00 MB 2,053 49
422,413 422,413 0000000000000000045a8ca226dc1f7261b3695ca07ebbf18e3f9dd6c1941515 1.00 MB 2,279 84
422,412 422,412 00000000000000000254a4c7d86f266f94940c9e8514af6d9840a2a30271a15b 0.53 MB 1,084 40
422,411 422,411 00000000000000000457c260ce4bcfeb02c2948c17099d399755acc2aaf8a632 1.00 MB 1,715 62
422,410 422,410 000000000000000003890760819aad7e4ca823c4e31effc2d459fb90ddd83938 1.00 MB 2,573 81
422,409 422,409 00000000000000000118262014d9138d72e6cfbc3970c88dfee75e4c09a0b6ef 0.20 MB 420 51
422,408 422,408 0000000000000000010f9d7f01bb4a1078893e6fef725cf42fc00229206fcb0e 1.00 MB 911 21
422,407 422,407 0000000000000000035e0ddc032f49d138212f1743f6bca18177fca42beeaf72 1.00 MB 1,903 32
422,406 422,406 000000000000000002bdd078ce8f3e50af0ee465007f97466abb4f8b293abfc4 1.00 MB 2,039 47
422,405 422,405 0000000000000000012bf44c530327ea604e6d8011ee216c70c9be9d05999347 1.00 MB 1,708 66
422,404 422,404 00000000000000000128fc18da79182d77a6d37cdbe3f92c32e1fc32bef75ea8 1.00 MB 2,460 106
422,403 422,403 00000000000000000337cf4a99894c2ad1d8ff90b19652df6a9e50eb92f05513 1.00 MB 1,276 40
Previous 10 blocks ↓
Total Size: 768.96 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,615.08 GB sent, 92.62 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.