Loading Tool

Explorer IconExplorer

Memory Pool

30,632 transactions
13.22 vMB
0.14675074 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 76.81/200 MB

Candidate Block

Mining Attempt 40a356fe33dd19f69684a6b36b448b4ee5f125d35464182132adcbe5a3dfbcb6
Version 20000000
Previous Block 000000000000000000019f6c5040172d78ebbd4b210c527f6cc5c13f4a0ae2f7
Merkle Root 2d30b2955277d6750e2e0675a6cf08ab34df6d35e35740046422b39092b6e7ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 0.9979055 1.00 vMB
Total Fees: 0.12004669 BTC
Feerates: 500.00 > 12.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,759 (781,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,257 132,257 00000000000006a2076bd8233d32ec522e38561867ad27dc2beadda1b32dd09d 13 0.00/1.00 vMB 539
132,256 132,256 0000000000000713bf1064d68adb13cbdb3d292becec3714cbf829c29fc18431 6 0.00/1.00 vMB 893
132,255 132,255 0000000000000d8d87aecbddd62212227d2768ae5459621464900bf0accb023f 18 0.02/1.00 vMB 203
132,254 132,254 0000000000000e9728dd556e1e0756018752306d42f5d45470d33ab4252487ce 11 0.01/1.00 vMB 742
132,253 132,253 0000000000000c14aff6b6220ba986ee898feec2539c64a6f87b75fd8dfb6401 86 0.04/1.00 vMB 89
132,252 132,252 000000000000034b6df8e269149e55270c3522ca8310de34238dd2e295ac9a85 36 0.01/1.00 vMB 623
132,251 132,251 00000000000012a14d5ee5708b674c351908fe885007201c946c975d53498afb 25 0.01/1.00 vMB 797
132,250 132,250 000000000000052ac806087e129ec74ed61cb3b124f99e9570f407da699e0cd1 24 0.01/1.00 vMB 244
132,249 132,249 00000000000006d7a1f49b01391595df59ed669e41e6beab02e971d89e64982f 18 0.01/1.00 vMB 999
132,248 132,248 0000000000000ae9b1c593eb16370289526bd6165f4da6a991be0eebf56a1bff 15 0.01/1.00 vMB 57
132,247 132,247 0000000000000da57270408bb30d12b97edd0fa7988c4c08b7803d8e47b2cdfe 20 0.01/1.00 vMB 1,093
132,246 132,246 0000000000000bb33879125c241b7587933425a0c84062015e46cc2a1158c4bd 59 0.02/1.00 vMB 68
132,245 132,245 00000000000007a36d1ac8f0375c8e3df1e21d0250c1d8f7db37dded754215b8 44 0.02/1.00 vMB 627
132,244 132,244 00000000000002ac84b8b6bd1211ce86d54de5bfc8598f7f9cc117f100e76a6a 60 0.02/1.00 vMB 968
132,243 132,243 0000000000000c2ff45d3fde28f4ba5fc0b06f795b577bebda1d982cf848df83 14 0.00/1.00 vMB 0
132,242 132,242 000000000000058169c7e3b648f56649dd9a686df79aeb8dabdd716bcf110b97 87 0.04/1.00 vMB 519
132,241 132,241 0000000000000bdc1e3230586f5ef870a7e852e4737ae29683650f5cc91387e2 38 0.01/1.00 vMB 492
132,240 132,240 0000000000000b69cdf0595090a6c20036edbf177fb5857db4a2805d5f16635a 70 0.03/1.00 vMB 198
132,239 132,239 00000000000000bbe19ea1522fbcdff3e7073436913dcba1031b0c2ca3018778 11 0.00/1.00 vMB 36
132,238 132,238 000000000000081f0540f5d3561788f0069bfad559c47f27e01b08686c1373e2 15 0.00/1.00 vMB 1,531
132,237 132,237 00000000000002dc8cd92ae15491ef6c019a2711fd2c4e03aa57d5deb2aa8e26 29 0.01/1.00 vMB 686
Previous 10 blocks ↓
Total Size: 780.19 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: 505.43 GB
    • Received: 4.02 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.