Loading Tool

Explorer IconExplorer

Memory Pool

78,571 transactions
29.33 vMB
0.08358985 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt 59ef934f4a8377ea1f634b1540b74b5cfde706acc91a26542baff139b9083685
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0d02f47efaa8d6efb3da3b5d94c67b24b34ffe370eaab9284835f8df4699652a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,635
Size: 1.00 vMB
Total Fees: 0.02187864 BTC
Feerates: 95.73 > 2.19 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (627,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
287,894 287,894 000000000000000074a9eaa0c8b3d1809b8d8304da4d19a7ec3ca396e15ba757 126 0.06/1.00 vMB 39
287,893 287,893 00000000000000010258c1c1389e58123e47f5982dffe9e1d0b214dcb4ca15c5 158 0.90/1.00 vMB 11
287,892 287,892 0000000000000000777d53e87dc0375ddcc88de82d4689f6ffef16d78bf939a6 508 0.35/1.00 vMB 19
287,891 287,891 00000000000000002c80c86cf3b9f4a135ec9f20709a78e8cee9db7b998e51ee 1,066 0.35/1.00 vMB 45
287,890 287,890 0000000000000000381bf59ad65cd596cf7a8cd75c620c0ef7f8c2d4c5ea3dc8 164 0.06/1.00 vMB 144
287,889 287,889 0000000000000000d0fc8046b77c4c9d903b3a79e93b39cf984e4c711bbccca0 1,009 0.35/1.00 vMB 53
287,888 287,888 00000000000000013a306671960536e827cdbd74d5df36225089997f938ee3a7 702 0.35/1.00 vMB 36
287,887 287,887 0000000000000000b7b60c62b8c20088b7616e99334b3bcaae61ad8d9a70d25e 468 0.36/1.00 vMB 51
287,886 287,886 00000000000000007dabb19ab28ad696a33de6c04c183baa6a008db97408788c 112 0.06/1.00 vMB 26
287,885 287,885 00000000000000006ac1dfbb64455cb4fc617d353379201ddb1992f5a9897dd7 604 0.35/1.00 vMB 38
287,884 287,884 0000000000000000a5a598892edaa63819b3adc13173a2f82d9d890084b90f13 169 0.24/1.00 vMB 17
287,883 287,883 000000000000000046e3d11c9d83b25880b97b42fdeeaae441e36169a96ea8d0 749 0.35/1.00 vMB 40
287,882 287,882 00000000000000005ca7ff032c6751a1502a9c535cb27f25efb2415a44e5a5e8 129 0.12/1.00 vMB 25
287,881 287,881 0000000000000000155fd2f30f60100b3174c7b89bd75d1a85efdb27be1e86f3 425 0.25/1.00 vMB 35
287,880 287,880 00000000000000013a0e370b55e40478f7886b91f22ba436a85b94fb9b180a63 302 0.20/1.00 vMB 31
287,879 287,879 00000000000000002ffeebd7efd5795f53ea9430de7023b7e8a4a94529fc95e3 334 0.30/1.00 vMB 24
287,878 287,878 00000000000000005371e4fd5084e16e03cecaaf7ce565c4c970102c1fac776a 859 0.70/1.00 vMB 29
287,877 287,877 00000000000000015871cd66c7db32a5e2c3b5f2f7f3585ddae18b04853868a9 59 0.06/1.00 vMB 15
287,876 287,876 0000000000000000ddc093d8370b78732c2acec86a4485df0b5b4edce8f7cf6a 446 0.50/1.00 vMB 16
287,875 287,875 00000000000000002c1798e238c886119eca6575b49456f4d00c05cf0a22aaeb 267 0.25/1.00 vMB 26
287,874 287,874 0000000000000001403e3d9ac42be79ba709f393b48527232d73ac6a385ee987 670 0.35/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.82 GB
    • Received: 16.43 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.