Memory Pool Memory Pool Refreshing

17,899 transactions (4.28 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,171 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,307 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,170 (853,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,706 55,706 00000000100a0552891cc4460f9fc0ef5476d3d2a2e40d55087a5a7399f5e0f9 0.00 MB 1 0
55,705 55,705 000000000b977c8849b55111f7514747f943f4bea79f942b2a7de6bfb0665cdf 0.00 MB 1 0
55,704 55,704 000000000f287aa14054b48b894979f537d91f3e3e167bdf55b1106f8d621993 0.00 MB 1 0
55,703 55,703 0000000013475e64aa974fdad4296313b44caca3abd34c47b88b11194784dc0d 0.00 MB 1 0
55,702 55,702 00000000076af3326923b954b952fbb06b033fc5729a86f107814035979284e2 0.00 MB 1 0
55,701 55,701 0000000000b1135d491d42538c10e9e855e2e6cb4604226b400fef19ab4fc3ee 0.00 MB 1 0
55,700 55,700 000000000288f3a9dfbcbc0f3e4d5e8272c889fc43d00d123ed7a2cc5847f15c 0.00 MB 1 0
55,699 55,699 000000000f88bf7a2840327bb2068ad088331d96b10110c852f44d893beb03ef 0.00 MB 2 0
55,698 55,698 0000000013ea0c95d8aefbd8ad1533c72a1f5173ee09145f43f4fba2ff483b5e 0.00 MB 1 0
55,697 55,697 0000000010b96b2155158b380cc2da70e212641d7d729ceb41bfaf3e49885b66 0.00 MB 1 0
55,696 55,696 000000000dbaacee564d82dcc2feb183f151d4ab1eb70b571bd811299cccb540 0.00 MB 1 0
55,695 55,695 0000000013206b3b4116b4c85e2199c66b2545d1382c44db81aa5f0b1f3dbc56 0.00 MB 4 0
55,694 55,694 000000000b151fd0e6df6106bf6aeff7d1ca09594c24b692c89956c10132ad28 0.00 MB 5 0
55,693 55,693 000000000d2b59773e4c4b56a7461ad54fd231a65f5f3a9cdb2b48d636a408d2 0.00 MB 1 0
55,692 55,692 000000000f5c92c4e4741011130040cc79dedc4d056abcd23918af1c870f1826 0.00 MB 1 0
55,691 55,691 000000001210bfb2ab00505c1b55f2516b94ed14b0d505a25a43f973e6b4967f 0.00 MB 1 0
55,690 55,690 00000000020157f6ca814f54e23555451a543a355ae368528e06226b43a8dfb3 0.00 MB 1 0
55,689 55,689 000000000b2bba46069b5612ab01980f32537075f4ff9cee6e5e0a3377c5c574 0.00 MB 1 0
55,688 55,688 00000000016612416024d32d67db4e48cfcb404004d9eb5ba2364fbed187cab7 0.00 MB 1 0
55,687 55,687 0000000009a8be5b43bff3ba4e94dc30022cb42a52e8ee294faf66f9639ba462 0.00 MB 1 0
55,686 55,686 000000000ee22a56582690329029ad4f0c8e382d5fc397481a52cccc90686eac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.86 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,981.11 GB sent, 107.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.