Loading Tool

Explorer IconExplorer

Memory Pool

78,340 transactions
29.18 vMB
0.07825827 BTC
Random Selection Loading Transactions
Max Size: 178.66/200 MB

Candidate Block

Mining Attempt bf0fc4aed1a8e645649c7e8fa098579aa9f34ec6455caca84ea90de27b757672
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root a88dc2d2f1d29f85a36a1276333bc30fa781e5e8d78f899037eccc979a3b62a5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,411
Size: 1.00 vMB
Total Fees: 0.01437442 BTC
Feerates: 157.34 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (532,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,340 382,340 000000000000000007c33340a032a352b62df6cfff4d5870ae324d768ccf978b 1,508 0.99/1.00 vMB 26
382,339 382,339 000000000000000001e4d9839b4bb277d36032d5e222363868091ade36ff63f6 1 0.00/1.00 vMB 0
382,338 382,338 0000000000000000004bb58fc76eff839a301ae15f370aa7852c81c68193147f 905 0.75/1.00 vMB 23
382,337 382,337 00000000000000000f46bfc94a1e6199e03f2805162b0ca58a633e47d725e896 1,425 0.75/1.00 vMB 29
382,336 382,336 00000000000000000ea5646087ce42b9e71dbe65bc2c009128de641a7381dc0e 414 1.00/1.00 vMB 12
382,335 382,335 00000000000000000c0b14bb92f19f7c3507cf9db872aae4885380e0bcb3616b 1 0.00/1.00 vMB 0
382,334 382,334 00000000000000000249c73770f3da6d4d8e485ea8a2bba523316be4c2615cf0 2,640 0.95/1.00 vMB 54
382,333 382,333 0000000000000000034ce181f797a8211e5bfea07047b5db45d6165becdaf7c1 790 1.00/1.00 vMB 17
382,332 382,332 00000000000000001153845fa5c293bea2a0d544540798f50f6b9615cd1289c5 1,244 0.75/1.00 vMB 24
382,331 382,331 000000000000000004c9849729e5ebd8536c087ff961f734ae311c02684e7c49 2,695 0.93/1.00 vMB 51
382,330 382,330 00000000000000000823ff585ff74177068f5736adcf36129819ac2f65e2c334 729 1.00/1.00 vMB 13
382,329 382,329 0000000000000000076d39b227820cc69aae7e9f53c4dbf3767126c46b1d21bd 2,136 0.75/1.00 vMB 49
382,328 382,328 0000000000000000081ca64db2371de7bca34a2a5af2c804e4b4a6889da7920b 1,911 0.75/1.00 vMB 51
382,327 382,327 00000000000000000a015d2934a0ec02fbe56470b3d13d9f8d282e2a0b9f0f73 1,291 0.80/1.00 vMB 27
382,326 382,326 00000000000000000a243b20075a6eaf69e867b1d606b8dea8dad6cc222ecb2a 2,001 1.00/1.00 vMB 28
382,325 382,325 00000000000000000ddca19e76b6e569a9e90294fdb541b9a083df0b10466701 3,111 0.93/1.00 vMB 75
382,324 382,324 00000000000000000f91ce21a72350427a9f75d2df823c32ae45b7262c1bc55c 1,630 0.95/1.00 vMB 22
382,323 382,323 00000000000000000b48452a4825f7a171b7dcc4a4e63db523a39b9b33536d6f 2,257 1.00/1.00 vMB 28
382,322 382,322 00000000000000000cc08e9ec88e98d61856becde9dacabfb2d61245b2c810c6 2,673 1.00/1.00 vMB 36
382,321 382,321 00000000000000000d5004c1e92f69cfdabf314f29ecf8f9b35230ecb0aaacfd 3,268 0.93/1.00 vMB 75
382,320 382,320 00000000000000000a8dc6ed5b133d0eb2fd6af56203e4159789b092defd8ab2 1,055 0.51/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.