Loading Tool

Explorer IconExplorer

Memory Pool

44,488 transactions
26.40 vMB
0.05381010 BTC
Random Selection Loading Transactions
Max Size: 139.61/200 MB

Candidate Block

Mining Attempt dd91612d5acf0e1303bd9f1401843d663d05fc074c2a2337d2aeab5596eae17e
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root b6224e2828c0e0f4a678e4f02707672ecd3e93259904fc1f0faf6e71e4f0f567
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,126
Size: 1.00 vMB
Total Fees: 0.00551241 BTC
Feerates: 40.21 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (426,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,882 487,882 000000000000000000f083afbe239e09274d9c4938170a97a76711e158c861e1 2,560 1.00/1.00 vMB 190
487,881 487,881 0000000000000000001c1f1e3c412710d8d93d2ba0df10a1a26eea0494ba10ab 2,453 0.96/1.00 vMB 165
487,880 487,880 000000000000000000f319753b9278d5b80589f85c341dfedf9bad8698fa7a7b 2,255 0.95/1.00 vMB 166
487,879 487,879 0000000000000000008814f6e0f3ad64da5adaecc6162c53adb017c80b19a0d7 1,794 0.97/1.00 vMB 144
487,878 487,878 0000000000000000000e60dd1e1350fda653ed078b7b3756e655a4357f2551b2 2,022 0.96/1.00 vMB 121
487,877 487,877 000000000000000000cc9cd1bab9aae22cd3869c361f8d79e455960f1a481e29 1,711 1.00/1.00 vMB 102
487,876 487,876 000000000000000000f3e75fc8b778cbce3f7dc46b3fa1d5d5de681bf42b0124 2,286 1.00/1.00 vMB 127
487,875 487,875 00000000000000000063e826eb16fd728b23a3bb10d28b21ab6a55b724312cf4 2,152 0.97/1.00 vMB 176
487,874 487,874 000000000000000000859481335741dfd9c4e97df0ac7bbd1fa55ba3f752fc4e 2,266 1.00/1.00 vMB 130
487,873 487,873 0000000000000000004cb33551379190f5d41436a2590b13c0c6d9e87961d10d 1,695 1.00/1.00 vMB 109
487,872 487,872 000000000000000000462faf5634a9ce155855051609c2b0e32f841fbc8d309a 1,303 0.98/1.00 vMB 101
487,871 487,871 000000000000000000fb6c6a307c8363e923873499ba6299597769c10a438e61 1,614 1.00/1.00 vMB 122
487,870 487,870 000000000000000000b26b90dbefe3381a3942a718c32a6609c6c4cc0aa6dd6e 2,443 1.00/1.00 vMB 155
487,869 487,869 000000000000000000c51abfcaf2a71c63180e9c17ccf5c6bb1fadb604a00178 1,380 0.99/1.00 vMB 131
487,868 487,868 0000000000000000004881ec92704479e3d102ad33f96eb0a5f814c4f44670b8 1,150 0.98/1.00 vMB 135
487,867 487,867 000000000000000000a90fbf8c99417b8ef3973f1a60bbe4fdecbd777781ff2e 480 1.00/1.00 vMB 119
487,866 487,866 000000000000000000495d44f9da4f8d6fb54e32828321cc56cb820f4ca41502 712 0.99/1.00 vMB 140
487,865 487,865 000000000000000000bb94cf28b84352476c5d125ee1633f0fdc8e8a693bd3a0 1,260 1.00/1.00 vMB 134
487,864 487,864 000000000000000000f98485ab612f36844036425e56eced31176400f536a042 685 0.99/1.00 vMB 163
487,863 487,863 000000000000000000db98fd7a2dbf31da01b040413d8bb2c3577497737d9c6d 1,190 1.00/1.00 vMB 138
487,862 487,862 00000000000000000072d06daf75f67b208ff18a0dc10b9e9443cf7382e73be4 678 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 781.92 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: 646.11 GB
    • Received: 12.81 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.