Loading Tool

Explorer IconExplorer

Memory Pool

72,269 transactions
27.50 vMB
0.07755951 BTC
Random Selection Loading Transactions
Max Size: 164.92/200 MB

Candidate Block

Mining Attempt e5502af5d0dfed0e74095191282a254e213f3c3dcd114020d1361edfdee3a2fd
Version 20000000
Previous Block 000000000000000000019979e8bdd87a31a1a1c2e73dff8378a4e0185b5ab60e
Merkle Root fc42489f369a7f91fd4dfd268af7817b7322134a152df4c309f81e942f755ec5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,875
Size: 1.00 vMB
Total Fees: 0.01606783 BTC
Feerates: 100.89 > 1.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,536 (784,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,075 131,075 0000000000000a8eb8348cd0f30fd8081cc0f5d3cdbb6965e15e613f38f2e143 172 0.05/1.00 vMB 218
131,074 131,074 0000000000000c40d480a08fa26964de8e4f9e1ad80ee44d46680afda36b1aff 107 0.05/1.00 vMB 272
131,073 131,073 0000000000000b99edab2fcadb4404a44cdf400e6099ee80ea668149d7fc9fd8 85 0.04/1.00 vMB 1,182
131,072 131,072 000000000000007498317b322cce063c1ff4c55ab139df145d548cb859580d40 27 0.02/1.00 vMB 498
131,071 131,071 00000000000006757e9c3343511a352e61767cce1b5a408cd72e3589b44d7284 22 0.01/1.00 vMB 817
131,070 131,070 0000000000000517828927a416c6a64dbe5e9098ac6e735f0cb948b346ccbd37 13 0.01/1.00 vMB 848
131,069 131,069 0000000000000b7a2feafcd35eb10757b8243f035c1dfe9f1479ab24327b6b3b 32 0.02/1.00 vMB 1,307
131,068 131,068 00000000000005c3b4047a25270ca07da6393316eceff731c49fd7cb22d9d84d 174 0.05/1.00 vMB 33
131,067 131,067 000000000000098a3975b0b17d6a54706cd844d8b117504b8513cea948f71f63 81 0.05/1.00 vMB 985
131,066 131,066 00000000000004419ccc2970baf7f3e142e7d3c44cf7050ff367233b1324ea8c 79 0.02/1.00 vMB 197
131,065 131,065 00000000000009fd7f320ef1a943dbb5565952e3f86270406027feefb9c4a28b 26 0.01/1.00 vMB 942
131,064 131,064 0000000000000a07d3c344bba838a26aa75c1e2874dd01f59d94e61c28823a12 52 0.03/1.00 vMB 1,281
131,063 131,063 00000000000012d9475ae37164117399327862b301435acf3e5f617dd33edd1f 127 0.05/1.00 vMB 654
131,062 131,062 00000000000004f4345f7e7e2cafbdeab0d8424db51790dbe6c8fe412e2d32d2 128 0.04/1.00 vMB 271
131,061 131,061 0000000000000c05f6cf4960ea3b0fabd5120badf64835b4a6c508c906dcbf3a 66 0.04/1.00 vMB 1,104
131,060 131,060 0000000000000b72a4538c44134c861f93eaeacbe805ed6db3c3c3d092a616a4 30 0.01/1.00 vMB 475
131,059 131,059 000000000000130df75cecaf01d945b788c6cb7a2a5b8a254cdc32d54dbcdbdd 1 0.00/1.00 vMB 0
131,058 131,058 0000000000000840a3d2cb34b2d8a487e08772a12010b057afcfd5ac78ebad98 9 0.00/1.00 vMB 964
131,057 131,057 00000000000001ced2f3c8e6c8dd5353663120b469cc017746272a710299d6ad 8 0.00/1.00 vMB 1,536
131,056 131,056 000000000000118d73ff8df3309a32479e8eadda49293b1f8e7e9f3f71238464 11 0.00/1.00 vMB 1,282
131,055 131,055 000000000000061576b093abe003f3aab2eff250792d8afe202b1bbe707c1fbd 150 0.04/1.00 vMB 292
Previous 10 blocks ↓
Total Size: 783.32 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: 767.67 GB
    • Received: 19.44 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.