Memory Pool Memory Pool Refreshing

1,468 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (643,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,954 263,954 00000000000000000588dc779bfeca6dbb33caeebf7d32961bcae955b1bcf0ef 0.15 MB 81 5
263,953 263,953 0000000000000004315e4fc848ae04cb7adc802c0e8f7daa1069f092930f52db 0.22 MB 543 104
263,952 263,952 000000000000001392290a7f62542362d8d41a24c36290c0d7650cca27b7862f 0.03 MB 16 5
263,951 263,951 00000000000000060e260d0c51d173e50ed208910aa157fb9203da423964101c 0.06 MB 139 75
263,950 263,950 0000000000000002d55b1031005b9387cc37db9eade5cd5e8a9cdef54810a538 0.04 MB 90 23
263,949 263,949 0000000000000005cc84745d45d166d322b38b8abcd5fbf33a5c69ce65c78e2b 0.20 MB 492 132
263,948 263,948 000000000000000a8157fdc7bba764f0b2ce0c08621ab88f9308c3a1cc2d9892 0.19 MB 493 99
263,947 263,947 000000000000000952d808d51b2a1c75e15e4f4bc11c65ade86eefb7b50deda1 0.24 MB 597 111
263,946 263,946 000000000000000216bf7ab4309c5171ce9a2ce589653761a5fc9167805de41f 0.19 MB 409 74
263,945 263,945 000000000000000aef863c9ad458f827b37ae296bc4a5eebd25bdfb6c50f3852 0.00 MB 13 73
263,944 263,944 000000000000000ad510445ed989d0eabb9c517805e5a2d93606f790beafd1f2 0.14 MB 259 99
263,943 263,943 0000000000000014a99a5f35a35dc510118078bb1b807beca87b64a7e9e0f90c 0.11 MB 262 91
263,942 263,942 000000000000001357a5be182c2cc1ccbec21c81ce69ae322f944a622322d464 0.19 MB 373 95
263,941 263,941 000000000000000ad2ce73a3b3dd0124e12a62f0c90e10da67f6e72bbb47b7e4 0.06 MB 90 45
263,940 263,940 0000000000000006c71003a47c1cf23d86795eb15310af85fe7389e1e15e21e1 0.25 MB 496 89
263,939 263,939 00000000000000069ff890fba5f1e6422fc1b8aa742cd2b3aa83b6eda5573351 0.25 MB 590 130
263,938 263,938 00000000000000026fd4e793d518e5d176fb01bb6c549153eac073eb652ad96b 0.14 MB 126 29
263,937 263,937 0000000000000004d13d47d04a3c5b3b1294453a8fa1f34133621d73f2088ec0 0.04 MB 114 149
263,936 263,936 000000000000000a023765a55b33194527052f6a75090d75e25d8fa5764b5a99 0.11 MB 223 78
263,935 263,935 000000000000000c4750c958cad981d6a3f2c1549fac44c7d24ef4abd9d10d0b 0.05 MB 118 133
263,934 263,934 000000000000000d79ed4311915687889f04645478237c0382fb4d6cb7bc1692 0.09 MB 246 125
Previous 10 blocks ↓
Total Size: 769.26 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.24 GB sent, 94.22 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.