Loading Tool

Explorer IconExplorer

Memory Pool

78,973 transactions
29.43 vMB
0.08342726 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt e534a59887eff30d88990d8aa567c2847f92217f4c36be47672efc0c203997ac
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 86c7e5882b5c6362f612a9b673b189269212a10706c568be33c214450ca5e9ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.01882007 BTC
Feerates: 402.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (210,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,910 704,910 0000000000000000000775674cf11c8261a05f497493ece97a90d03251594d99 46 0.01/1.00 vMB 11
704,909 704,909 00000000000000000007065aca0320afd44c4d304985bc13b5de959d10bad3c1 1,032 0.36/1.00 vMB 13
704,908 704,908 0000000000000000000bdc0c501aac059655d5611ff8798a5292f7c41d9fb414 853 0.35/1.00 vMB 15
704,907 704,907 00000000000000000006a5c6960c04c97a6a79dfd6ccc8068feb7b1d143c55a5 1,439 0.86/1.00 vMB 10
704,906 704,906 000000000000000000079ca1f34c069daf1dded33d04bf00866cda6ee1b9d724 904 0.28/1.00 vMB 12
704,905 704,905 00000000000000000007b91a9cef448775f0559902c1513c5550c68e10af090f 1,994 0.80/1.00 vMB 14
704,904 704,904 0000000000000000000c0d7a712151d589f7183c6a4484e4ae9c1099e6007eed 1,664 0.84/1.00 vMB 9
704,903 704,903 000000000000000000086977dbc7482f18b1133f1a87d19e3196e32d2146a380 1,269 0.36/1.00 vMB 15
704,902 704,902 0000000000000000000b62867333d390f86376eb2016395589f0f6e1bd840773 954 0.52/1.00 vMB 11
704,901 704,901 0000000000000000000ae46aee48395c8f82f058d7a1db6c9e2f1ad3eaacd775 1,771 1.00/1.00 vMB 11
704,900 704,900 0000000000000000000b6a6456aa5ad4da1b93c5649c3073b3cf05a39ef21aea 1,804 0.93/1.00 vMB 11
704,899 704,899 00000000000000000002c558ac04c30e32b1b2fae78554ada16fc352b1bd89c0 1,316 0.58/1.00 vMB 14
704,898 704,898 0000000000000000000bf63237ea1c351fd193cce7805f79874b843613a47b12 700 0.23/1.00 vMB 12
704,897 704,897 0000000000000000000b87fc2fd2facbe760f091778a86f515cdb3cf0773645a 1,063 0.48/1.00 vMB 10
704,896 704,896 00000000000000000001c0d3bb85ea612304ba4fcd6e8a78d1094fd79b20ddf0 1,985 0.84/1.00 vMB 10
704,895 704,895 0000000000000000000a5f1a28d0f38c0b9ccda8522fedbff17e6091946b6373 3,154 1.00/1.00 vMB 14
704,894 704,894 0000000000000000000691c9fb027ac6869e8469070e3d0f1d39ad02f0ef53f4 126 0.04/1.00 vMB 11
704,893 704,893 0000000000000000000896c16b1496a9cda99077ec75bb760a93f6e930cd40b4 1,957 0.76/1.00 vMB 2
704,892 704,892 0000000000000000000dd3d48d800b3c9b9f3c4cd0beb74847c0f47c172eb034 2,297 1.00/1.00 vMB 12
704,891 704,891 00000000000000000002657f35add829ec6a2ca58fdf9d538c562462766592ba 2,198 1.00/1.00 vMB 11
704,890 704,890 0000000000000000000a58d2b56b7d0ab4a2adfc9eb474349e2af56c90f4e796 1,333 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.