Loading Tool

Explorer IconExplorer

Memory Pool

79,295 transactions
29.74 vMB
0.07635458 BTC
Random Selection Loading Transactions
Max Size: 178.28/200 MB

Candidate Block

Mining Attempt a85ce5579cb98237269d879b99548ba78517076a73aa06df4783fe56fe046199
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 4d23a107d68c4bb0cee52ca000b04f2fcbfa155e4feb023c14763652667385f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,651
Size: 1.00 vMB
Total Fees: 0.01574145 BTC
Feerates: 150.77 > 1.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (363,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
551,924 551,924 00000000000000000023dda75bb2e114e8626b2fa9dea6caab2a8682b74c14e3 2,793 1.00/1.00 vMB 31
551,923 551,923 00000000000000000029fd920c3a4c1617e4e8312b5b52fad1e8b01b62adc719 1,238 1.00/1.00 vMB 43
551,922 551,922 0000000000000000001d7abf8e6096cab5da30cfc1fad35c7e3979cd81bb04b5 2,535 1.00/1.00 vMB 23
551,921 551,921 0000000000000000000ecad3be1eca54854ec607086927a9dafb5a5e99d76d92 2,529 1.00/1.00 vMB 54
551,920 551,920 0000000000000000001b32bd053b7b3208691ca46a8f9519a20edcc593f68644 2,939 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.