Memory Pool Memory Pool Refreshing

1,894 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,739 (584,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,589 323,589 00000000000000000c36d7e97101d07aaeff9193beb5e75c89fa8c4637d4342b 0.25 MB 380 30
323,588 323,588 0000000000000000014e0618a784962a16be99205e4736024b822bc54abd4390 0.06 MB 85 38
323,587 323,587 00000000000000001bb56412a489896616b7a12a169de20859d4783195c57e74 0.06 MB 50 18
323,586 323,586 00000000000000000353b600c25ee661b23b9cd3f8435cc58f352b78a8aa8d4a 0.05 MB 102 34
323,585 323,585 0000000000000000020840156654719e83803c280ffe545a34115881088c9895 0.16 MB 302 28
323,584 323,584 000000000000000019e6582ee4208458881de53e4e74f2a595ef32bc7b77b78d 0.09 MB 214 35
323,583 323,583 000000000000000011f2e1c680c5772b8c07f8b0a5914e827477ce6d80278078 0.15 MB 293 31
323,582 323,582 00000000000000001c3ab05707a7d67878c36cedc623b5e42dd512cefc183ceb 0.11 MB 227 31
323,581 323,581 00000000000000001950eb9c35644eedc5f2c55135128be6ea6513681ec55ebf 0.04 MB 86 30
323,580 323,580 00000000000000001618ac64d9f34c7b93464dcea1df7e47266065989879bfac 0.09 MB 179 31
323,579 323,579 00000000000000000c3c84e0bb7bbdb739faca98387a56532a85fdad184d8209 0.32 MB 283 21
323,578 323,578 00000000000000000156f652af58394edb9ec70555444413f807383c45f957e5 0.25 MB 619 45
323,577 323,577 00000000000000000afd3e81439bec880f2b862c439ef0ea49a416ed6cdb4c3d 0.11 MB 88 15
323,576 323,576 000000000000000016aee1b6f05f43853cf2e17b894c5decf17d15365923e8bf 0.43 MB 609 25
323,575 323,575 000000000000000009bcf8788110ba96e3ebc886745419c679f97f9ed87e40d3 0.03 MB 57 35
323,574 323,574 00000000000000000f93339f6dffe99d4e63c962f34066f4138189478a5d27f7 0.06 MB 150 35
323,573 323,573 000000000000000009a5da4b7b2a51e21087847dac9ba2679f2c766c825ac31c 0.23 MB 332 26
323,572 323,572 00000000000000000f85ccea36d54021c43073f09f2fbd6ef86281a349a05122 0.31 MB 170 17
323,571 323,571 00000000000000000591642b9964feef9dce44ab73f7933a1fd08729f96453a3 0.29 MB 639 33
323,570 323,570 0000000000000000160ecd03409c37feb6500ffd257badc5fdd9ed5291ec2669 0.18 MB 281 26
323,569 323,569 00000000000000001e258861d39d41164e13e75369c8be74f2a59b72b88769af 0.09 MB 160 30
Previous 10 blocks ↓
Total Size: 769.06 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,627.81 GB sent, 93.17 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.