Memory Pool Memory Pool Refreshing

2,620 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,129 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (2,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,031 905,031 00000000000000000001a6564ac12c87a47dcc111d6313e107dfc4ce764779ea 1.48 MB 3,534 8
905,030 905,030 0000000000000000000009d525928f20fedf9659291d3aaa3b4dfa41443c3886 1.51 MB 2,639 4
905,029 905,029 00000000000000000002075798c472abb1ce96d5a6117d771c9b6db232d61393 1.58 MB 3,380 7
905,028 905,028 00000000000000000002144c28958be7b1b1fc06a7de7d35a23cafc2c87aa76d 1.57 MB 3,264 2
905,027 905,027 000000000000000000025196e8fe7e58ef4fd4b985466137fef3948a2293750d 1.64 MB 2,860 8
905,026 905,026 000000000000000000015a71c11fcb389d6fd4730cfeb632bd43c00395bd562a 3.99 MB 5 7
905,025 905,025 00000000000000000001897d29b8cff7836acae0add6cc6319519e91001de5ab 1.78 MB 3,843 1
905,024 905,024 00000000000000000001cbb86c9bd54f3c15d3e35556bb3f06fe6d1b188b11a3 1.59 MB 3,628 2
905,023 905,023 000000000000000000012b4cff73bfc4f732e50681bd5aa67ab8cb3936c1a98b 1.54 MB 2,424 3
905,022 905,022 0000000000000000000171240f218973378db4e9919592e0dbc3c1537422e467 1.04 MB 1,954 2
905,021 905,021 000000000000000000018b06e3937afc3e387c51adf2f9d09f01e347fc1e5327 0.12 MB 231 2
905,020 905,020 000000000000000000005cea738829d9dd4b33c74275d483fcbe23252c1e3a02 0.30 MB 536 2
905,019 905,019 00000000000000000000e93ee2fe7258fbfff5f81268ce7ff10032f92e7c4d85 1.16 MB 2,655 2
905,018 905,018 000000000000000000011eb15bbbe0844396f7be1444eace47e1ce6d476817eb 0.41 MB 417 2
905,017 905,017 0000000000000000000037436bff199caa473b3487ca4abc783c439b3fb903e9 1.97 MB 756 1
905,016 905,016 0000000000000000000110870bfceaf5f01133dffedfae523f05cd4ca148900f 0.50 MB 968 1
905,015 905,015 00000000000000000001c8f33dfb663bf0d15229feca7d462103cfdadf27961b 1.84 MB 1,543 1
905,014 905,014 000000000000000000021c9ca4e8415edcb6612f9e20f3fe0f3a192102cbf7d6 1.47 MB 2,562 4
905,013 905,013 0000000000000000000197da80bda52ddcc8538bceccf63f71b06cae0a81ed60 1.53 MB 3,247 2
905,012 905,012 00000000000000000000dadf04c4aa74a85cb505b39e36c610280bad199dd06c 1.53 MB 3,496 6
905,011 905,011 000000000000000000022b25ed99253fb8ebd8f8fbe6bfa82f533f6f57d6f288 0.71 MB 1,352 2
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.