Memory Pool Memory Pool Refreshing

8,296 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (477,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,720 430,720 000000000000000000ef0f024769c1041a1cb87dfa6897c70bffe4ef0cb03533 1.00 MB 2,060 43
430,719 430,719 00000000000000000076c7765aebe012e7671829fc19f3eac82cdc91609debaa 0.99 MB 1,510 41
430,718 430,718 0000000000000000017d2740b38f0f7e794806e0425a052820a02df26afb5a9a 1.00 MB 2,724 69
430,717 430,717 000000000000000000066951971993b707b089bbb36cb3cef0352d0e3a1478ce 1.00 MB 2,465 64
430,716 430,716 0000000000000000039dca34bb69fb220d915ad1fde3d3572dcff7538e2bde03 1.00 MB 2,931 77
430,715 430,715 000000000000000004a2c59bc351afaa3bafb9a8f676d0436270ec1f023e6309 0.09 MB 212 72
430,714 430,714 000000000000000002e9a7a4f4382eaa3bdd0161a0c1eb524b05cfa75d9b2785 1.00 MB 1,973 48
430,713 430,713 000000000000000001fd68ac1cf2ee408db290bf59cbb570dc8a6e9a4889a4b4 1.00 MB 1,646 35
430,712 430,712 000000000000000001e870976cdd9137a8a593fa82cd9e2de701b046a33f275e 1.00 MB 2,447 49
430,711 430,711 00000000000000000358ea557a4432dffbac75d8a0d5482094a52e883e03f65f 1.00 MB 2,794 60
430,710 430,710 0000000000000000040dfec6c00481b122e5a8627df85979824ce2749a610619 1.00 MB 2,654 82
430,709 430,709 0000000000000000002c57d958bbb39f7b23767d4cfcd6624b7746b56017c326 1.00 MB 2,509 71
430,708 430,708 000000000000000001553964e25b0c1a2e5ced628dc586f53ce6e5e1e63e4677 1.00 MB 2,763 117
430,707 430,707 000000000000000003aa2313c31fc5e80fdb8bbeba3217dc5552d511e41ac6a2 0.00 MB 1 0
430,706 430,706 0000000000000000010dc7a92cd681f24e4f01d79b0135f7e2eb306ee2f081e4 1.00 MB 2,027 60
430,705 430,705 0000000000000000035e214199218e93b1c764732bfbb37a935936fc87c98726 1.00 MB 3,161 85
430,704 430,704 0000000000000000031dde4c9c54c85266891b506e4d8edf648f1a7f4a7f73f1 0.77 MB 2,018 68
430,703 430,703 0000000000000000021e4acdb03bd767414541fe5c76540610c208fa9e02c277 1.00 MB 1,948 47
430,702 430,702 00000000000000000108b9b38ab7d06e0c5c0e4815e7dd12dc8c2f5d0b182308 0.00 MB 1 0
430,701 430,701 0000000000000000014c2a8f4b6aedd3d010c22b6d60541330cee46607f505aa 1.00 MB 2,795 75
430,700 430,700 000000000000000004ccf3e63dd3c9ed21f90b6d6527e982ca7c49243fd61bbb 1.00 MB 1,870 43
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.