Memory Pool Memory Pool Refreshing

16,445 transactions
5.47 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,185 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (463,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
443,819 443,819 000000000000000001c8f577ab625d702c625c3ed2b71ae8570246d1e7b8478d 1.00 MB 2,343 71
443,818 443,818 00000000000000000273249aa8730cef5630b3962085ee79659ebd84621da6d9 1.00 MB 2,707 68
443,817 443,817 0000000000000000016ede8cfebf92391c354a2324331f478aa9006801c36d7c 1.00 MB 2,421 90
443,816 443,816 000000000000000001c90313d806b4b407d1cc19a127280e00cb0d2cc07d6f1c 1.00 MB 2,213 84
443,815 443,815 000000000000000000257bcc3a871736949920dda858c1d6d210b82dce6931db 1.00 MB 2,439 90
443,814 443,814 000000000000000001f62721bcfac8184d55c2fc9cc62ad8ed3f41d6946bfb3e 1.00 MB 2,263 87
443,813 443,813 000000000000000002a93bfaa53d3861d4393f1bc6c55841e0214609b8f6565e 1.00 MB 1,355 50
443,812 443,812 0000000000000000007b8f394626047e0eca6fd886a9e22ecd4f66b5c3231700 1.00 MB 2,340 63
443,811 443,811 000000000000000002e1c911434b5bd55198ea19062b24a03842f5bc12202156 1.00 MB 2,394 92
443,810 443,810 000000000000000000e7bec0a6cd6d46e96c2b0e90643a88c23e2ac4c5fbb0c5 1.00 MB 2,194 77
443,809 443,809 000000000000000002c97e6fd316f91595bde351173545517733c73ad2ce1cf1 1.00 MB 1,589 59
443,808 443,808 0000000000000000003dc7b103011c8d5c673548c35290a5d04910e54fdddeea 1.00 MB 2,958 67
443,807 443,807 00000000000000000383d39c99cc9eaa755b499d69913d76546498a75c058507 1.00 MB 1,891 71
443,806 443,806 000000000000000000543542dd4f8701f81579523072f6814bca1e9aabb0e04c 1.00 MB 1,866 80
443,805 443,805 000000000000000002a52c90a199a4a40f3d43afec7e62d77659f5a04b6fd4ea 1.00 MB 2,946 111
443,804 443,804 00000000000000000356fa6cb7ee0f8c7a1ac227a6a5896064bfe0bd281ef136 1.00 MB 2,493 78
443,803 443,803 0000000000000000030734c4408a91ba038bd47df6908e0049b83d3eafe7769f 1.00 MB 1,676 57
443,802 443,802 0000000000000000020d28109cf1e5b60d4646199a0bebc98356376e68b7fe72 0.57 MB 947 60
443,801 443,801 000000000000000002e4a02e1f7e5c533ec5da03bccda72f6c4ff27d8adef599 1.00 MB 1,183 36
443,800 443,800 00000000000000000206c8cf4c2ed65c232d371bc63a2a4420d847e9e24c486e 1.00 MB 2,002 57
443,799 443,799 000000000000000002c080055b3fe571961129a7fdf160d7be978eeb60e64004 1.00 MB 1,587 65
Previous 10 blocks ↓
Total Size: 769.02 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,624.60 GB sent, 93.00 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.