Memory Pool Memory Pool Refreshing

9,082 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (784,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,331 123,331 0000000000000b4b3a174795374dfb1a5c72fe525d1408d17dbfcc5cf761e415 0.00 MB 12 204
123,330 123,330 0000000000005621f4c8070255523f35633a3b686df26f622d83ecbb32afb02f 0.00 MB 11 0
123,329 123,329 0000000000003ff68cfc056f2ae4d29c0adc62e499abff2223d594430be584c6 0.01 MB 21 188
123,328 123,328 0000000000005e3fffe2f4dd9275da064186f0b6806b2820c729a727123f9c34 0.02 MB 57 2,177
123,327 123,327 00000000000016bc35e342a184419823c77432197ce5c573d889f9234afef4f2 0.00 MB 13 677
123,326 123,326 00000000000018d8eb9686d878d88cfddedc36fe4101e6475293c689d16a6dd1 0.01 MB 36 227
123,325 123,325 00000000000050102db536eeb227788d8a751452ebe37e5aa4c1e0b8e4caaaa0 0.00 MB 1 0
123,324 123,324 0000000000001549fb15d0a1117c62f8cc17db6ebf3a7b1bb71c337b3cabb88f 0.00 MB 1 0
123,323 123,323 0000000000001911a0602d8e1c1853716661f32d47d9da380421c0ca4b25a935 0.00 MB 1 0
123,322 123,322 00000000000038a25c178707b64535c2fb8d36a70e3093b36f866849e9539d55 0.01 MB 38 2,327
123,321 123,321 0000000000005e5c28343b9ffd104931077012d0ce93e57a4a4082771f2de3da 0.00 MB 8 350
123,320 123,320 00000000000016c0f1e1dd4c2db7cdb772d22a024c9195cf3bf625eb394b6df0 0.00 MB 8 0
123,319 123,319 00000000000036274e7f19aa47f82577e4743e659b3c469af2bb057f5f5864dd 0.00 MB 2 2,288
123,318 123,318 00000000000009c56347faef49cc533d5815d1a1ef518249516e5952a4f16129 0.00 MB 12 0
123,317 123,317 0000000000000a07d60fb4339a8f26a073b7eb84cbba186fe00389702fe0441f 0.01 MB 9 88
123,316 123,316 0000000000001f69f7f19e81dc1285a153b8a3809a2d5fd9b5679e4c771e90f0 0.00 MB 11 652
123,315 123,315 0000000000000fc3ec56e49bb4b5eaf2955250895bde5a48d1ae59688a4aafbe 0.01 MB 34 2,591
123,314 123,314 00000000000037fb79a1867fccb27f2991acd847f439aa51811fc13879c32a2e 0.00 MB 6 316
123,313 123,313 000000000000042b547f46101477953b67bf39c7c9c84aeee1ea1510dd8f0c14 0.00 MB 9 0
123,312 123,312 0000000000001a349902973890f7aa232b1b26dac63462acc4a8fc61ae46902a 0.01 MB 20 516
123,311 123,311 0000000000000b2983ba69b795b9abbfc72132ef464deb0f6d4e7a52937a12b3 0.00 MB 9 618
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.