Loading Tool

Explorer IconExplorer

Memory Pool

76,485 transactions
28.35 vMB
0.09487883 BTC
Random Selection Loading Transactions
Max Size: 171.80/200 MB

Candidate Block

Mining Attempt 22f7b2034cf6cbec8233b014cae0ad48fbe2bfe21b66d297184c008bedd5737e
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 52c7206c8a5d07efc63839b28c3477ec87ce9df097469d55d8a50e15f5f9c4f7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,512
Size: 1.00 vMB
Total Fees: 0.03208012 BTC
Feerates: 150.80 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (400,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,708 514,708 000000000000000000361153fc5e4daa6c8cf0820c83e959e388f8665791ff07 865 0.32/1.00 vMB 11
514,707 514,707 0000000000000000003f6dc7a7c2f4306a6fcaf8bbf117d9e2d488d2ccfad27f 1,256 0.84/1.00 vMB 20
514,706 514,706 0000000000000000004d1024ea2d8122c59c0616683774e47bd4758ece134ff6 371 0.16/1.00 vMB 23
514,705 514,705 000000000000000000414331c21d1a651c4731ea6edfc958df7a06edc8eb86de 2,265 0.92/1.00 vMB 29
514,704 514,704 0000000000000000004bec10bc379f0ac7f73515f858bebc1ba2704d97c4dbe2 1,107 0.58/1.00 vMB 24
514,703 514,703 00000000000000000019b33b4d02b214562f6c34db3a27edf65a4919ce9de425 378 0.20/1.00 vMB 2
514,702 514,702 00000000000000000008d90440b2c3a8bd5583c9e7f88f80e117c2370b788773 2,795 1.00/1.00 vMB 32
514,701 514,701 00000000000000000026e3c8a1d7f2f8c6c0034a7dd7c235dd5973c152ef3418 206 0.10/1.00 vMB 25
514,700 514,700 00000000000000000033bb823c3fa165bb5b8f689590834f564d81ba39f2f7db 2,283 0.97/1.00 vMB 28
514,699 514,699 000000000000000000485cfd6daf91da9cb323d8991562cf09216ecec0732c21 196 0.08/1.00 vMB 20
514,698 514,698 00000000000000000005c47e7869901608f6b6957f9eb42441a4f0b08afe159d 710 0.35/1.00 vMB 36
514,697 514,697 0000000000000000000c161d6cd4f51c1a3f6163f029b22eae6c8d34af04eb0e 57 0.02/1.00 vMB 40
514,696 514,696 0000000000000000004e3ec618c04ed0df58f817a88e2b607d1b9f585d9224ee 898 0.51/1.00 vMB 22
514,695 514,695 0000000000000000004e76cb0d8aa1ef12d046cf6ded361ce62f3ca7fcbd9cf7 572 0.21/1.00 vMB 31
514,694 514,694 000000000000000000151208f69170d64b7af1da7f2ad7eb02a4a463cb958f41 1,232 0.67/1.00 vMB 23
514,693 514,693 00000000000000000029d89c46cb9bf4fd2ef109428cd51cc41b9572f497d0b8 1,430 0.64/1.00 vMB 26
514,692 514,692 000000000000000000466336c7338abb84ad8e774d6398b60059ddcd47ca2468 1,363 0.59/1.00 vMB 26
514,691 514,691 0000000000000000000e05f8936709f09c42f05081f9c0728494e9555e1e8dee 1,956 0.98/1.00 vMB 28
514,690 514,690 00000000000000000000942cc0d43f2addb87132c6e44788a04999ff6c209669 525 0.82/1.00 vMB 7
514,689 514,689 00000000000000000011e2d1c501f8f0f0043bca833b89fef449e6f0f92961c4 2,370 1.00/1.00 vMB 9
514,688 514,688 0000000000000000001f19ddb64b533fe814283d5b2cfd4af3933b8bf4a2f24e 2,713 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.