Loading Tool

Explorer IconExplorer

Memory Pool

79,144 transactions
29.10 vMB
0.07112268 BTC
Random Selection Loading Transactions
Max Size: 176.95/200 MB

Candidate Block

Mining Attempt 10ae627aa604470bb98b45e464af06152fd27b04db647099e0e4ed53dc54d3e2
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root ee8148c376988b45de0e43a4a9aee2c79c436ea115743dee864d5fabd692d7fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,701
Size: 1.00 vMB
Total Fees: 0.01029462 BTC
Feerates: 74.86 > 1.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (517,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,522 397,522 000000000000000007889651363d3971f40a1db576f7421d49257bfaacf1c1df 792 0.40/1.00 vMB 30
397,521 397,521 000000000000000000da44e9f7fd3c0e9ba9e194420298d206d847d8d49112be 795 0.38/1.00 vMB 26
397,520 397,520 000000000000000006f60512f0ec7864158fec28f991c9adc8439ed125546ab4 1,394 0.78/1.00 vMB 32
397,519 397,519 00000000000000000410af970f1bf5ee59ec44a328b3f8f596356c03dd1d1f29 154 0.10/1.00 vMB 30
397,518 397,518 0000000000000000044bb00c19c18a4a5d28bb0f33033a2d0f37bf95d3eeb8bc 1,861 0.89/1.00 vMB 30
397,517 397,517 000000000000000005f9fc70166a8bac8d51b318a3b0801543c82c7e444b0553 1,813 1.00/1.00 vMB 26
397,516 397,516 000000000000000003797520038b897c450ab554f3d14e1cf3da767f8d3e3cd4 1,379 0.94/1.00 vMB 20
397,515 397,515 000000000000000001481038f515cc6b624a794dd4b352cdaa2c2d46c1204674 1,842 0.93/1.00 vMB 33
397,514 397,514 00000000000000000546ad7a5637dc96d6b6627ff9b5c6faa71775a67cf18c2a 1,020 0.61/1.00 vMB 29
397,513 397,513 000000000000000006dd039f5442172d3a9bcb8f58f25a3e6e4f3b39613c1a26 1,119 0.63/1.00 vMB 38
397,512 397,512 00000000000000000409c1fa54748eff188e62f7bbca0d6ae0e54d35d8a56ed6 166 0.16/1.00 vMB 17
397,511 397,511 000000000000000002c19489f8b252d32e0cef6773fc586b54681a1bc5d5fe58 2,009 0.99/1.00 vMB 34
397,510 397,510 000000000000000005e2c4921d0ec7b03a573c751f5a02587a6cb3c9711e2604 344 0.28/1.00 vMB 26
397,509 397,509 0000000000000000067cbae4874aab67b70b9982900aeccb2c8ee2cbea243104 500 0.25/1.00 vMB 25
397,508 397,508 0000000000000000049d6e2141f6effe534a40e6f2270442708c34a89625459b 1,326 0.69/1.00 vMB 40
397,507 397,507 00000000000000000004d0f3a3e99c5acf917ab35eecddf2f1c8c6d4e807c6d1 1,010 0.49/1.00 vMB 41
397,506 397,506 000000000000000003d3cabe3509e88fbc505d0ecb4ed186a6c4947368f7ff2b 890 0.68/1.00 vMB 16
397,505 397,505 0000000000000000049e418e8c03545f80f8b13e9a885b19116c4b440b2f83a8 1,544 0.95/1.00 vMB 27
397,504 397,504 000000000000000003b9aa7fce808adabcac67a21bd833c2934bd6cef3089d02 2,486 0.95/1.00 vMB 44
397,503 397,503 00000000000000000655496186aaa9d716696bca7dece42726bea861e0156a44 517 0.28/1.00 vMB 27
397,502 397,502 000000000000000003542abcf37a3b1cbf32ff5b7a20d4b59fd6fb0b38695ca3 334 0.19/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.54 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: 669.10 GB
    • Received: 15.73 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.