Memory Pool Memory Pool Refreshing

5,966 transactions (1.78 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,875 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,044 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,874 (883,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,441 25,441 0000000053c580bbdbb46cee9d6b7ab651a251bd172ef42ebc8fb9d357053484 0.00 MB 1 0
25,440 25,440 000000004d86825a4a0f623f6062e6cc9607cbfbb9603dc0d8d3d57b86b8cb91 0.00 MB 1 0
25,439 25,439 00000000fcca84594c56c1e238edaf6f4719822b4cfa7e25deb7ad8e354413ce 0.00 MB 1 0
25,438 25,438 00000000834b99382b51b366767a2c8ba2b13e989da816434314432c301eaa21 0.00 MB 1 0
25,437 25,437 000000001a3f62911f1dd96665e225aca6df30f7b569bb9be66c51e2a8d18b25 0.00 MB 1 0
25,436 25,436 000000002ea6afdc27f3193f66c7505afabaeab2bf46ade9a693b7216bae52a9 0.00 MB 1 0
25,435 25,435 00000000e9c657a07d46ecfbfeca3f662d1b8df0f7dc48ce779153fee6e8a465 0.00 MB 1 0
25,434 25,434 000000006eac5b42d8d3eda990bc1e033b9829e3d65cc4ee56e1e0b11ea26d4b 0.00 MB 1 0
25,433 25,433 00000000669c6785ff7eca8b12e1aaafb766d37c27dbfac969414a018fff7417 0.00 MB 1 0
25,432 25,432 000000008ccf83f39fe33bb689df9eeec6344938741310ae6a9c41eb2e37b57d 0.00 MB 1 0
25,431 25,431 00000000707fd0ad26b76ea51ee876555572ce9d31a3328204ad77edc50279d3 0.00 MB 1 0
25,430 25,430 000000009811621e12459f07e65dd5c3faabc22c3ed716ba4feb17598f6e060e 0.00 MB 1 0
25,429 25,429 000000009a5f5daff12405ad3ea73ed0dd323bb390ca10dd5ddcee82a6810b1f 0.00 MB 1 0
25,428 25,428 000000008cf38c43a60f7a4482d5c3d1d8aa4c0fa3240b5211d53a2c63d71fae 0.00 MB 1 0
25,427 25,427 000000005a730521ce5a81f892eb7430852a6822fb68eb7d77a25a073daa753c 0.00 MB 1 0
25,426 25,426 000000009e0fad84336d7fa930c110591b8c7c9bb7a7bfedc2733e1d14f5c560 0.00 MB 1 0
25,425 25,425 000000001f80a0339b3d6c487cee2d4da40879431836a56586ff3c51f0272064 0.00 MB 1 0
25,424 25,424 00000000ed5b176da767e05cde1a3d466db425fb5ee9c0549fb30a7cab266701 0.00 MB 1 0
25,423 25,423 00000000990f42af518957f4522ccab9f943f9431d1d0a756396d466f9e0c349 0.00 MB 1 0
25,422 25,422 00000000cc57b045402682cf8895b5f7e785e88a29329c746f20f7b6a6445fb9 0.00 MB 1 0
25,421 25,421 000000004b4635fe2dc2e7b1516939d48fedae0eeb159205b153469bf9b5cd6a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 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,862.62 GB sent, 103.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.