Memory Pool Memory Pool Refreshing

2,108 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 806 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (781,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,588 126,588 00000000000036d168175ae0cc75846cfec6771a4feee75574864645176290de 0.01 MB 19 1,002
126,587 126,587 0000000000003ac94e78adfa13a742677b9f68379053255c619e1ac602306455 0.02 MB 63 354
126,586 126,586 0000000000000e5b2a4c3e09dbfcda1e945f8cd1b00ff821fcafcd187712c5a8 0.01 MB 13 199
126,585 126,585 000000000000372603a03421ef005f20458253b8d71f415c2e554faf8bdd7b95 0.01 MB 17 894
126,584 126,584 0000000000003d7446301df02056837cede8112b9c7db91140a20d2e3ec0e7ee 0.00 MB 2 2,909
126,583 126,583 0000000000004341c3ec27c64a9303d90674496308d33bb91849d0fb81610490 0.02 MB 13 978
126,582 126,582 0000000000002877d8e157db1c339ac5f268dcfc56cd58bbb380b60d6e84937c 0.00 MB 4 0
126,581 126,581 000000000000264949e57f914ede20e0a95d2178f67b02375e24a66b2c2433db 0.00 MB 7 2,543
126,580 126,580 0000000000000d273d2fd1f8e101906f6aee9931843b4c8fc5c823be08ddb4d6 0.01 MB 11 308
126,579 126,579 000000000000039f4eb3f395523cbcba01f6b079c9ef3e90a013299f77dfff35 0.00 MB 1 0
126,578 126,578 0000000000002d573b644d15f66653fce498de79e551a31a273f79b2c4888f85 0.01 MB 7 108
126,577 126,577 00000000000024486d2a4d0a29b9cf1c107f829c0e95d811bf3448590cdb2f1f 0.00 MB 2 4,484
126,576 126,576 0000000000003702ea5ca633d66a44243f7cfd11ac6f5d21ba3f4db722a04e9f 0.00 MB 8 796
126,575 126,575 00000000000030f9e6d3daa780184fe3db4efa6fe9ce5c2b6017ae079cff3928 0.00 MB 13 34
126,574 126,574 000000000000392e2c7432651398685780597338e229aa878aa800649df007b7 0.01 MB 16 538
126,573 126,573 0000000000003044f69e4a0811a3f0ff0da7e59dc1371268be67954a3dfd0282 0.01 MB 28 677
126,572 126,572 0000000000000f7af51eca8e80a33aa2164e59a28508298effe01c4e4d7f52b3 0.00 MB 3 0
126,571 126,571 00000000000042e79a0a71aa7a7a3d465dcb86db850e8f3f18b63ad69f6fa096 0.01 MB 16 1,380
126,570 126,570 00000000000017110e5c8baa793c74a02995e3d994c242267ad466535a38e85e 0.00 MB 8 558
126,569 126,569 0000000000002c916d9dbcd9e64c779917ad1480c26bd4ba515af0d239d88e0f 0.04 MB 97 605
126,568 126,568 0000000000002f8d63760920e29b33a06d092ef234c330f168ee8910dd715658 0.00 MB 10 679
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.