Loading Tool

Explorer IconExplorer

Memory Pool

78,075 transactions
29.22 vMB
0.08481073 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt 01b3ab4c570523faad80c0da9a2e13251b855d86dba3d53a53487e276a06f0f3
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 764a355f26548e8f33ae3bdc4d6b781b161ca06cd15afa083f902fe446fae392
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 1.00 vMB
Total Fees: 0.02356441 BTC
Feerates: 302.06 > 2.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (280,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,015 635,015 0000000000000000000f82ae59d46268b9d9e623cdeca3ce7094cd4e77fdbb94 2,099 1.00/1.00 vMB 53
635,014 635,014 000000000000000000115632b277e0a29b8a4d7481c1508d78c9b1dfdcf9100c 2,741 1.00/1.00 vMB 32
635,013 635,013 000000000000000000008ceb2bc5e4250338654e9e73eb9a08bb75813670b148 2,396 1.00/1.00 vMB 28
635,012 635,012 0000000000000000001074f6c196d12d1773dd9f165a2b6a3571504add630289 2,573 1.00/1.00 vMB 36
635,011 635,011 000000000000000000052828971cf24e7b346f1ad5c20e08924ae2be3e8e7a04 2,860 1.00/1.00 vMB 55
635,010 635,010 0000000000000000000cdcd92552a3971fc46cf451fe8e0df56af95d2fbe4585 2,969 1.00/1.00 vMB 37
635,009 635,009 00000000000000000004f59fedbe4ebbb462d134ae28c3acda4b53ec664ccc10 2,569 1.00/1.00 vMB 38
635,008 635,008 00000000000000000012b0b0531a7de4ab02da571f8f6c3d0377078728749907 1,632 1.00/1.00 vMB 39
635,007 635,007 000000000000000000027c2c34891fa6c1d94a8c7c4f745006c2a084f19eaa50 2,390 1.00/1.00 vMB 43
635,006 635,006 0000000000000000000afcde7a75493e729ea96d2ebb8a046211737fcd581235 2,924 1.00/1.00 vMB 48
635,005 635,005 0000000000000000000e3edc063bf5ddc94edf937c50c2a8b69e31b382d820c5 3,029 1.00/1.00 vMB 49
635,004 635,004 00000000000000000010e7bc5b5d1664acd2ddbeb199be23e7dfe19a8d4341dc 2,709 1.00/1.00 vMB 37
635,003 635,003 00000000000000000010ce8adb9d43b791147927091d83c469488580f6fd0d6b 2,527 1.00/1.00 vMB 43
635,002 635,002 0000000000000000000626cbe8633e363016a9851746319c002aa9bc1cf08c92 2,256 1.00/1.00 vMB 46
635,001 635,001 0000000000000000000b3900e135b06880fa24b22b244ed50ef22fde10551e5f 2,761 1.00/1.00 vMB 54
635,000 635,000 0000000000000000000de8fe48015885c04cf07fc40a3e7b4bb3d32cf0b4e488 2,627 1.00/1.00 vMB 51
634,999 634,999 000000000000000000037a7f9343a305e2f3749ce81000202b985d2b13a121ab 3,217 1.00/1.00 vMB 55
634,998 634,998 000000000000000000020bd98c2fcc4436f0c0d305ff61a0f6f3cea1a135e2b2 2,292 1.00/1.00 vMB 43
634,997 634,997 00000000000000000005e5d5bc19e9506b4c734de936c0c881227b09a3e73c21 2,796 1.00/1.00 vMB 62
634,996 634,996 000000000000000000052fd3714c3b474d2bf6d31c400a6b91c562fdf5d056f6 2,229 1.00/1.00 vMB 13
634,995 634,995 0000000000000000000faf3107c15b7c25ceba4fa4c39ee2338928da79f4f164 2,468 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.