Memory Pool Memory Pool Refreshing

2,937 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,927 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (763,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,676 144,676 0000000000000133ae19be241fc84f04e4be859eddba97b090c7f657f2c8c205 0.01 MB 15 31
144,675 144,675 00000000000007a3a0bcab36ce645375bbe01b85bb5460c3568358039490d5e7 0.00 MB 1 0
144,674 144,674 000000000000064b7077f716b1b928e5ea350712d578f95cbbc390d0b5c73591 0.00 MB 10 121
144,673 144,673 000000000000090cc8876785489c2f97b00c95efe95f0115ede11904c43f09e8 0.00 MB 7 26
144,672 144,672 000000000000091c64290bef3762c55d9b18d85623855db0f46c51a3fe099241 0.03 MB 49 91
144,671 144,671 000000000000001f97e45978fde704fb5a3707ce6f32db8b7343fc4b1307f780 0.02 MB 37 62
144,670 144,670 000000000000074019433bd19c581dca20fcae5e7525e63d0eff126204416c43 0.04 MB 95 231
144,669 144,669 00000000000002d170d245ec7b7fc9ca902d39fff7436754e72cc3bc46143d64 0.02 MB 40 212
144,668 144,668 000000000000079d3cc4892b8955332a3d3c115a04529041ab7efb490f930afa 0.04 MB 53 95
144,667 144,667 000000000000003d787a455488b4e1862016684998aac2888d7a13b5fa98ac3f 0.03 MB 22 460
144,666 144,666 0000000000000073d4fa390bb4a4ac4ab96b4c3259f30b3e0294fc4487655e75 0.04 MB 93 237
144,665 144,665 00000000000008b7a08fe2192aad4e2b97c2bfdd0b0421e529c351ed8587414f 0.00 MB 6 900
144,664 144,664 00000000000003e72092828d7c026e70d9ccb79c6fc07f049ff14ba4d2310874 0.00 MB 4 67
144,663 144,663 00000000000003b567bea7ae7558fbdd6a106a4a4246167b449c2a457d1f091d 0.00 MB 3 0
144,662 144,662 000000000000059e4cafbfd06602d54fe0b0995cda58633cea38dc8dda1699cc 0.00 MB 6 51
144,661 144,661 0000000000000383d2f0cae82dd0022dadcb632540063795daa2addded16fd77 0.03 MB 47 125
144,660 144,660 0000000000000440ef14b46bc4bccfb7531dfc5d1f705f71bf52e32a9f0d3836 0.02 MB 53 141
144,659 144,659 00000000000006261963c5cff48222118d55f6ede4be6f28b7b743ace902d7b8 0.00 MB 14 263
144,658 144,658 0000000000000607aed09144ef5492ebb457b81468b316a7fb6e1ab75fd94669 0.02 MB 69 206
144,657 144,657 00000000000002581e707b1fef70b173189e9b0dc7f31d71d9cc34be3ad48fa0 0.00 MB 9 0
144,656 144,656 00000000000005bef4e489d8445d453f261bead23cd907d7459084408ff3ea42 0.02 MB 24 145
Previous 10 blocks ↓
Total Size: 769.56 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,649.31 GB sent, 95.75 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.