Loading Tool

Explorer IconExplorer

Memory Pool

78,002 transactions
29.29 vMB
0.06358548 BTC
Random Selection Loading Transactions
Max Size: 176.00/200 MB

Candidate Block

Mining Attempt 5abcdab28ae1d64478be1d7cf7513e5523718a0293467b584331a44b107bdac5
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root b7d903fc6b347d7286d04625ac736f5e92da7f6dc99cbcf9e95169ad17d6851b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.00431076 BTC
Feerates: 12.16 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (503,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,644 411,644 00000000000000000580a9f42982da8c68d54849a6257603e6c77a28d9e4da5b 1,304 1.00/1.00 vMB 47
411,643 411,643 00000000000000000527ca47b9112490344abee4f69098871ad6151fc809317b 1,003 1.00/1.00 vMB 24
411,642 411,642 000000000000000000acae3ebd12eae84f52a83139fde8e0710dbc33f719a2c1 425 1.00/1.00 vMB 18
411,641 411,641 0000000000000000012d18bf27842bac264821b47538c3d2641b2cf2c6a4cbff 1,271 1.00/1.00 vMB 28
411,640 411,640 00000000000000000340e37a7231205baa56eef1644e212b5f56fa8cbae4c0c0 1,738 1.00/1.00 vMB 58
411,639 411,639 0000000000000000008b9cb38cd3105e75af94b3af79d0a59cbe4edb618fb814 1,749 1.00/1.00 vMB 41
411,638 411,638 000000000000000000cf40b087d7dc010c2edf9b5eee58043434cf7b399d3c62 1,418 1.00/1.00 vMB 20
411,637 411,637 000000000000000004fcf9eb6b536fc4ef22cf283c6084d16aa20a1e364a028f 1,417 1.00/1.00 vMB 28
411,636 411,636 000000000000000002357d47d1fa4596fd11f2ed3a5c7dde2182e99cfe06cd2b 1,983 1.00/1.00 vMB 33
411,635 411,635 0000000000000000041b0356bd4f442d84fa7917076893d7c9e4083c967e79a8 1,844 1.00/1.00 vMB 27
411,634 411,634 00000000000000000114048af06698ded85e899b7d4cbf7852a0dc4515881fdd 2,638 1.00/1.00 vMB 43
411,633 411,633 0000000000000000025f107fa86deee5f5bbfe48a08c9c4ddafb3e08fa570340 2,885 1.00/1.00 vMB 75
411,632 411,632 000000000000000003da519ae46ea56faf9968c3a7577d8250916dfe193771d6 2,788 1.00/1.00 vMB 74
411,631 411,631 000000000000000002a0dade00304d903c814c2e4975de18144fbd7ef22349be 1,722 1.00/1.00 vMB 29
411,630 411,630 000000000000000000a8ffafbdaf283683d3662cf9495e46b6eae1f65bdb997b 2,323 0.99/1.00 vMB 42
411,629 411,629 000000000000000002eb99e41429e3933011a01ecc6ecc1940f25c700054e078 639 1.00/1.00 vMB 26
411,628 411,628 000000000000000002866541cad780073874962a2646411f531b750eb824252a 752 1.00/1.00 vMB 27
411,627 411,627 000000000000000002a2bcea63c982d5ec766ee7fa72a7fdcc2a7382bc1187bb 2,531 1.00/1.00 vMB 36
411,626 411,626 000000000000000004f317c2193e991a931cbc6e829660a07db8924fdf3f3a83 14 0.00/1.00 vMB 151
411,625 411,625 000000000000000004d3b4f67e29b1e9056f4b3468173408ef9503e76fbc85db 2,889 0.99/1.00 vMB 49
411,624 411,624 000000000000000001aa2e701c310de1c8848889def7fcdc28c2dac5cef097b0 2,718 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.