Loading Tool

Explorer IconExplorer

Memory Pool

77,266 transactions
28.86 vMB
0.09859881 BTC
Random Selection Loading Transactions
Max Size: 175.11/200 MB

Candidate Block

Mining Attempt b8d06f746443c5e8a8b73cc26a7bd50a205e493d3b55d607a603862f464cd0f6
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 8e3a7f5177ec6e3beb16abe9b0e6eb61cf3c7157bb77d1a90bc7a713877c1153
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,419
Size: 1.00 vMB
Total Fees: 0.03036262 BTC
Feerates: 180.82 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (651,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,948 263,948 000000000000000a8157fdc7bba764f0b2ce0c08621ab88f9308c3a1cc2d9892 493 0.19/1.00 vMB 99
263,947 263,947 000000000000000952d808d51b2a1c75e15e4f4bc11c65ade86eefb7b50deda1 597 0.24/1.00 vMB 111
263,946 263,946 000000000000000216bf7ab4309c5171ce9a2ce589653761a5fc9167805de41f 409 0.19/1.00 vMB 74
263,945 263,945 000000000000000aef863c9ad458f827b37ae296bc4a5eebd25bdfb6c50f3852 13 0.00/1.00 vMB 73
263,944 263,944 000000000000000ad510445ed989d0eabb9c517805e5a2d93606f790beafd1f2 259 0.14/1.00 vMB 99
263,943 263,943 0000000000000014a99a5f35a35dc510118078bb1b807beca87b64a7e9e0f90c 262 0.11/1.00 vMB 91
263,942 263,942 000000000000001357a5be182c2cc1ccbec21c81ce69ae322f944a622322d464 373 0.19/1.00 vMB 95
263,941 263,941 000000000000000ad2ce73a3b3dd0124e12a62f0c90e10da67f6e72bbb47b7e4 90 0.06/1.00 vMB 45
263,940 263,940 0000000000000006c71003a47c1cf23d86795eb15310af85fe7389e1e15e21e1 496 0.25/1.00 vMB 89
263,939 263,939 00000000000000069ff890fba5f1e6422fc1b8aa742cd2b3aa83b6eda5573351 590 0.25/1.00 vMB 130
263,938 263,938 00000000000000026fd4e793d518e5d176fb01bb6c549153eac073eb652ad96b 126 0.14/1.00 vMB 29
263,937 263,937 0000000000000004d13d47d04a3c5b3b1294453a8fa1f34133621d73f2088ec0 114 0.04/1.00 vMB 149
263,936 263,936 000000000000000a023765a55b33194527052f6a75090d75e25d8fa5764b5a99 223 0.11/1.00 vMB 78
263,935 263,935 000000000000000c4750c958cad981d6a3f2c1549fac44c7d24ef4abd9d10d0b 118 0.05/1.00 vMB 133
263,934 263,934 000000000000000d79ed4311915687889f04645478237c0382fb4d6cb7bc1692 246 0.09/1.00 vMB 125
263,933 263,933 00000000000000151e3d9615da06fc547dd84ecc533ea8f6a0d0b8f6beb32014 127 0.05/1.00 vMB 90
263,932 263,932 00000000000000064108b80737eaf09d2d3114a34e497dab39c2ce678addf8a9 164 0.08/1.00 vMB 53
263,931 263,931 0000000000000009985a6e7d532b849ebcdc572932542475a87cb48f7f14a398 147 0.07/1.00 vMB 75
263,930 263,930 0000000000000015b9871f36bdf10606e73b436517d8629ac1c6c8bb6a48bb4b 141 0.06/1.00 vMB 74
263,929 263,929 00000000000000105d35e07d6fdf9a54f9e28a31a68cd766e115f121c21e7757 347 0.19/1.00 vMB 84
263,928 263,928 000000000000000e3e2e20d59fc93f0a4c366828edddda567e5e2f840b2989b6 589 0.25/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.90 GB
    • Received: 17.24 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.