Memory Pool Memory Pool Refreshing

8,448 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,501 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (777,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,816 129,816 0000000000001a313b892447308a715ac5f1f8a28fd6a1f1bcb34aa551cf0d14 0.02 MB 66 2,571
129,815 129,815 00000000000011bbbb1290871bf3e5cac49399a62c166d4cd2928f798228dfd3 0.01 MB 15 1,457
129,814 129,814 000000000000109e1a7255838a438e09114e8740a9effa13321ab9572b4d7010 0.04 MB 129 361
129,813 129,813 0000000000000657729e74e7d9a0393eae657184374fb8d96a92cb798b8a0ad2 0.00 MB 16 0
129,812 129,812 00000000000001159aded86f78acd0dfaa399728229d3c536b64df92f36a39c0 0.02 MB 38 5,751
129,811 129,811 00000000000006f20a1f5d6e1fd1f38646c9f350b437a396b599852ff6d3c504 0.01 MB 10 960
129,810 129,810 00000000000001f899247e228600f98e80939daea30faef84c360a154eaf7264 0.00 MB 9 307
129,809 129,809 000000000000104e5a122793b4368f5fa125bdac1e96be30e340e5511be6c158 0.04 MB 50 1,024
129,808 129,808 0000000000001cf7769b465cd7a3bff8855b74b85881e3f05d5ea1befb407bbf 0.00 MB 16 995
129,807 129,807 00000000000017b45b144276a730252727eeec25482c1d089c08e73facd2ee16 0.01 MB 16 899
129,806 129,806 0000000000000c688f8df834259835f1bec77b0664cfcd58b0fdb6d2458bbc3d 0.01 MB 23 808
129,805 129,805 00000000000010a0e996e05c33ec82b75196cd569cbc5b113c838bd9e96f6c77 0.01 MB 16 1,560
129,804 129,804 000000000000052678de4fef52fe87c2990fb5e5782e70bf7ceeeef31a1f51ee 0.03 MB 70 1,133
129,803 129,803 000000000000196b895ddd5bb2cb9f066d1eae8d39c79045318c229034201427 0.03 MB 101 236
129,802 129,802 000000000000015becad00088ef9cb0c4a6efacc07538bc6b7f509d88ee81ddf 0.00 MB 12 352
129,801 129,801 0000000000001a7f06cd9efb48b2a69779d13080d99d7d87ebd230edf70cfdf6 0.02 MB 31 721
129,800 129,800 0000000000001cbb8057bd77d1705133cca34d2e88cc47aed13803bf7efbb98b 0.02 MB 58 651
129,799 129,799 0000000000000b7d7eab23b5bdce3ef8e92b5df7dd39fa3ecfb0fd858b0b93fa 0.01 MB 15 423
129,798 129,798 000000000000107692c67013bd8120b40e4b560bf8c7f33e467e5e21b541c772 0.01 MB 28 609
129,797 129,797 000000000000123a8be8fae7e2362aaedada5d786d3252de000b495f80655531 0.02 MB 57 1,549
129,796 129,796 00000000000007deba3e810aeb261db8d2b6b49ab78993de7b16685d69d2df0f 0.02 MB 63 693
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.16 GB sent, 93.02 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.