Memory Pool Memory Pool Refreshing

4,292 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,329 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (781,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,593 126,593 000000000000387c67abe6d76cda2f53dc2ccfdf24c633013187483c9e1193bd 0.00 MB 14 403
126,592 126,592 0000000000000952683949ed3f21c91ba4d9cdad196215d4dec18908511b1e4b 0.00 MB 14 836
126,591 126,591 0000000000003248a1c780f64f80d9ad726ba5b929bce5f42d585c2909c4386c 0.02 MB 26 478
126,590 126,590 0000000000000fe450c73bb8c50eff15551e3a0124a6c6546f06d3837920823d 0.00 MB 2 0
126,589 126,589 00000000000012c459e42f6f124ca3454d39a5691490103a53de8fac71467039 0.01 MB 13 217
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
Previous 10 blocks ↓
Total Size: 769.20 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.87 GB sent, 93.93 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.