Memory Pool Memory Pool Refreshing

1,763 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,746 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (301,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
606,142 606,142 000000000000000000038ff5b838f92331de436297e08139afc6eef798713fff 0.98 MB 2,202 35
606,141 606,141 0000000000000000000a59b2f05e487a60667a69cedfd4ee15bf32c2bb14996f 1.17 MB 2,683 4
606,140 606,140 00000000000000000008ac6069cf44db6c41c5929f5818ace6333922006d7cd7 1.35 MB 2,741 20
606,139 606,139 0000000000000000000d4493d18dbb638b399e326d706c4b6256f1ff3ce9a302 1.32 MB 2,763 33
606,138 606,138 0000000000000000000c6128043e17a5f556e863d2761af0d2485eac507c0bde 1.24 MB 2,602 63
606,137 606,137 00000000000000000013d128ba477857166360d9851f1a7e53c8b7b77bbe4aca 0.64 MB 1,322 21
606,136 606,136 0000000000000000000295216efb48e2473493d1eb44556cccdf0e3bbbed577e 0.13 MB 262 18
606,135 606,135 0000000000000000000e2dc7466f3ff488fe50f9c4f580701ff84ffab4fd0427 0.72 MB 1,622 22
606,134 606,134 0000000000000000000c7b64f22cb705f1722925f832c5da63d3ecc0fb120c63 0.11 MB 329 22
606,133 606,133 00000000000000000010ceb334edde50cf4cf4b3c934153c53bdb311dfcaaa58 0.72 MB 1,837 22
606,132 606,132 00000000000000000005807d8382dbc1bb3774588c4ae77e08933b837743989f 1.18 MB 2,617 22
606,131 606,131 000000000000000000107f4c8a4ed70f745083fad079108fe8c2cd048a7e5eed 1.34 MB 2,674 30
606,130 606,130 00000000000000000012a0cc7c2f56ac912572007d6247f24a9df8a4cb68b74c 0.94 MB 2,332 19
606,129 606,129 000000000000000000122a2b88e0aad6db44d32d8be0ac58f89c3cabe700ddd4 1.32 MB 2,951 18
606,128 606,128 0000000000000000000340d243d891b4adeadb367c73c19ebe2f431ace2c987a 0.48 MB 1,433 11
606,127 606,127 000000000000000000079a330205f2e926ce449f238d566887ba973e25a2d567 1.29 MB 3,052 26
606,126 606,126 0000000000000000000c414f247d900c4be631722dc2dd1bfdedc2087ab9316f 0.80 MB 1,878 23
606,125 606,125 00000000000000000010b4fa6c2caedc89ac89558b26dfddf4db61ef907add35 0.29 MB 569 6
606,124 606,124 000000000000000000096a267ba697793362f4bf40bddafe19c3b6ecd57b3dbe 1.19 MB 2,883 15
606,123 606,123 00000000000000000010dba6a5a1e6642af5e82bf063ae31b43328f2cadabdfd 1.18 MB 1,816 20
606,122 606,122 000000000000000000011f2081ad0c13b33d7313ceb6e10764c1bd319939d9a6 1.22 MB 1,938 30
Previous 10 blocks ↓
Total Size: 769.28 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,635.54 GB sent, 94.32 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.