Memory Pool Memory Pool Refreshing

16,258 transactions
5.41 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,172 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (470,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
436,778 436,778 000000000000000003843655bf7e4977f265cfd540c94c6809b9af8a111b7a82 1.00 MB 1,239 60
436,777 436,777 0000000000000000017f292edc8a1347e9b31ee8be1b5c8f8ca68f5ca073d12e 1.00 MB 2,246 60
436,776 436,776 000000000000000000821a0e1f84d4438aaad29d721f1398d0a325fadd896055 1.00 MB 2,699 80
436,775 436,775 000000000000000004310bd90103de683025db0becc5ca3379045527729ca644 1.00 MB 2,581 91
436,774 436,774 0000000000000000008f8f79a2fdea34b8c6486cc6be5a18b8e7249877b1db17 1.00 MB 2,089 57
436,773 436,773 000000000000000000535ecc3152591965927cf1ff00d633deee7425b130202c 1.00 MB 2,151 71
436,772 436,772 0000000000000000013d0f60148e33c41395ff5dced44a86698826b375e413be 1.00 MB 1,939 83
436,771 436,771 000000000000000001ad9d6a8305bdcd034272de3e24aa92780ae246e0a2dc62 1.00 MB 2,537 85
436,770 436,770 00000000000000000443e309dd4e7216dc904efa801a02ee5c5361d8c4f6166e 1.00 MB 1,249 95
436,769 436,769 00000000000000000016169b405b1ea03d40e614e551622cf10ca141e84cafa4 1.00 MB 2,060 38
436,768 436,768 000000000000000000fb9d961b0dca46720c4c33adf9e2f911baf23fce41ee17 1.00 MB 2,404 70
436,767 436,767 000000000000000000b9bf0e9aa9db2899556869ef62bed6e24aed47be280396 1.00 MB 2,769 57
436,766 436,766 00000000000000000374fe851598fcbb9f52c1748c2ce4d11be3a667c98887e8 0.99 MB 2,179 62
436,765 436,765 0000000000000000034ad45268cb8ff2d1eeea49a58c5576b2b7b1132aea9ed6 1.00 MB 1,663 64
436,764 436,764 0000000000000000042f36b89568966ae8b6d271272e035a7e030eddc42312e7 1.00 MB 2,780 85
436,763 436,763 000000000000000002d15b62030fbc2efb4f91c434fb84a7cad41f8da69b549f 1.00 MB 1,328 120
436,762 436,762 000000000000000001be90f78bfdf902d395f83d7f9dbb5f7b4d527eb9ffef21 1.00 MB 2,687 99
436,761 436,761 000000000000000002cf2b2b04f9bec31793048abd32ad2b9770f0a57136c875 1.00 MB 1,511 34
436,760 436,760 000000000000000002486fdd802c6ce1443de950c7fde0171a4ca3fcc05c2c40 0.00 MB 1 0
436,759 436,759 00000000000000000273ec1a7004aeb5da11fdbe2f58f6ebf4169b0c731a59fc 1.00 MB 1,376 43
436,758 436,758 000000000000000002d3a4ac9a91bc4bced6f299ff1df33402db90c691bc9926 1.00 MB 1,722 38
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, 113 incoming
  • Data Transfer: 1,624.57 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.