Loading Tool

Explorer IconExplorer

Memory Pool

87,008 transactions
31.92 vMB
0.13375002 BTC
Random Selection Loading Transactions
Max Size: 192.71/200 MB

Candidate Block

Mining Attempt 5ca5d8c9acce0c5a3623d33307dfd77c453be05e8a1bcc5a5b049378bd2ecdcb
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 4aff19e955662ec2bf0ed3b965caab817f3d0751c456d1afca2ac785248bfdb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,107
Size: 1.00 vMB
Total Fees: 0.04784909 BTC
Feerates: 911.92 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (363,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,945 551,945 00000000000000000010efe6e6850aeb9574038cb9951065120592c961de8168 2,398 1.00/1.00 vMB 42
551,944 551,944 00000000000000000017a05c29c0fd81f03909a53fe29bd0f62dfc03605f7fac 1,401 0.50/1.00 vMB 56
551,943 551,943 000000000000000000204b3a3d898f32b66fa93cccb6abfa538f06eb2ebb0f58 2,497 1.00/1.00 vMB 52
551,942 551,942 00000000000000000020077f85c59b0b93bd3342aa755c2fe0ff3519006ecb81 2,343 1.00/1.00 vMB 32
551,941 551,941 00000000000000000019c488382b3712973721ebf83a80a58620ba8a2f34078e 2,863 1.00/1.00 vMB 33
551,940 551,940 00000000000000000008e1463e11eed3d603c411327d011384bcb71ad4a36d7a 2,883 1.00/1.00 vMB 56
551,939 551,939 0000000000000000001d980e3cf0ec3288083c9e3579c8c829bd12ce3c48e580 2,230 1.00/1.00 vMB 43
551,938 551,938 0000000000000000000df0ed070228e41625110f55319e045a43b7aae763cb0a 2,803 1.00/1.00 vMB 61
551,937 551,937 0000000000000000000ef33631307eb83e66e9e8121c8f8e4778fc48b50d7fc5 2,728 1.00/1.00 vMB 79
551,936 551,936 00000000000000000028a7657aca5f82d0d795dbdcdaf05125bf385088fbfd8b 2,364 1.00/1.00 vMB 83
551,935 551,935 0000000000000000001c60b22763eff726cb5285670c637f8f6a58d72fa22055 3,119 1.00/1.00 vMB 55
551,934 551,934 00000000000000000016945351b1a1d6716c09b56487fdb8172d98af775b68d7 1,652 1.00/1.00 vMB 43
551,933 551,933 000000000000000000243f8b674b5dcb3c98a0b6986e04e79292a76283d4635e 2,783 1.00/1.00 vMB 66
551,932 551,932 00000000000000000005b26f4b0a5b0955b32279328715a1934cae21cf99222f 2,294 1.00/1.00 vMB 61
551,931 551,931 00000000000000000005053309d83308315842aaa9a1da1aaeb4a4d1d61c08df 2,270 1.00/1.00 vMB 59
551,930 551,930 0000000000000000001574cc1a5abe09521d1e65234b327b45978ed96befaa25 1,189 1.00/1.00 vMB 54
551,929 551,929 000000000000000000153db7abf62fe7ef1deef04bba015ccac285ede9797245 1,404 1.00/1.00 vMB 48
551,928 551,928 0000000000000000001e36fb7acd1101f2cc74f5dfbff8d6c1d3f4466fcb79b1 2,328 1.00/1.00 vMB 87
551,927 551,927 00000000000000000014d9723763790c3259c66970a73d65e42944b5786ce5e5 1,244 1.00/1.00 vMB 96
551,926 551,926 00000000000000000007935d45d25bd4a077040d00790ecab854a647727d7ff8 2,898 1.00/1.00 vMB 58
551,925 551,925 00000000000000000021d6077b554d2ba805d3c7abfdf9db089c4be8a177686e 1,367 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.34 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: 660.98 GB
    • Received: 14.78 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.