Loading Tool

Explorer IconExplorer

Memory Pool

88,362 transactions
32.19 vMB
0.13760088 BTC
Random Selection Loading Transactions
Max Size: 195.05/200 MB

Candidate Block

Mining Attempt e1a894df96e7b8aa55595fcff47837a55ae259e6827572017e2f2697725a0d6e
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 0c08cfc661dedefb057f2bacb38c62252c5b4916c8765f1687daea4ea6b9af74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,938
Size: 1.00 vMB
Total Fees: 0.05109465 BTC
Feerates: 101.65 > 5.12 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (84,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,232 830,232 00000000000000000000c8421b8bd1b1a224644d30d7848b05e2d500dfc45706 1,505 1.00/1.00 vMB 14
830,231 830,231 0000000000000000000246d24c242dd21140d5dfe01d3c48c8048ef8ba9f7ad4 2,148 1.00/1.00 vMB 35
830,230 830,230 000000000000000000035d4765de34aa7a3a21f85e28582c14c961cd9f3f5d20 2,886 1.00/1.00 vMB 46
830,229 830,229 000000000000000000002605fba948aa27356ba3ac482064f41b7f18b92ed318 3,102 1.00/1.00 vMB 24
830,228 830,228 00000000000000000002290a334d4e7af770d861b11b02e789e0d626babaf1c0 1,954 1.00/1.00 vMB 22
830,227 830,227 00000000000000000000488ccc6f2edd9f2b088ce1106ddf802dce57e1cfe21d 2,228 1.00/1.00 vMB 35
830,226 830,226 000000000000000000030c338f267da82d260cc1503edda8bf075393e9780f7d 2,793 1.00/1.00 vMB 67
830,225 830,225 0000000000000000000099ea0214b0f62b3eed9c5a79c7aaa0cadc65d28ac579 2,059 1.00/1.00 vMB 21
830,224 830,224 000000000000000000036b742854b1b7a5ac0db102e4ed86baa115339dd8ac1e 2,640 1.00/1.00 vMB 34
830,223 830,223 00000000000000000001cb3ec08756153e7fdf75041ac0b5e4a676af53e47f11 2,519 1.00/1.00 vMB 44
830,222 830,222 000000000000000000016971c19ab96bf2ae0f41fe9921fa601b4d85e946b8d7 4,015 1.00/1.00 vMB 17
830,221 830,221 0000000000000000000277ab5f483a3bb840256782822afaecf84a9d9970c9be 4,859 1.00/1.00 vMB 19
830,220 830,220 00000000000000000002c03b9c532977b9c2758d3f43a0d7f904bb3d1464c9b7 2,340 1.00/1.00 vMB 37
830,219 830,219 00000000000000000000498d0372540c28a1b3ef1a7152e9c19e6096d88f3063 1,476 1.00/1.00 vMB 19
830,218 830,218 000000000000000000029e14095b3cb97c8bebac25586ce3c9e006bda4e3f593 2,334 1.00/1.00 vMB 18
830,217 830,217 00000000000000000001b19dd29ab365e91c524dcdef4901e09139fceae309c6 3,770 1.00/1.00 vMB 24
830,216 830,216 000000000000000000013561aa95717a89df029d1511cdd697f69d8495236780 2,282 1.00/1.00 vMB 40
830,215 830,215 0000000000000000000318bc7dfafb1e15e6962bfacf28511f50ddf5315e6003 1,936 1.00/1.00 vMB 30
830,214 830,214 00000000000000000003b9e609afb8c7654fff277fbb4a214b2c55ea861b030a 1,989 1.00/1.00 vMB 33
830,213 830,213 00000000000000000001546d2f04e99455ec24d5f2ea3f3efbab04fde4716c7d 2,576 1.00/1.00 vMB 48
830,212 830,212 000000000000000000002a2eef84e25c1cf22a62037139068f37c987424e6ab2 743 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.