Loading Tool

Explorer IconExplorer

Memory Pool

25,706 transactions
10.73 vMB
0.02457188 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.26/200 MB

Candidate Block

Mining Attempt 819e406f0927ece5d98a7f11316727e2b4c8a1f1ccb405c4353bb900dd12e31c
Version 20000000
Previous Block 00000000000000000001d03d7b5a4798ecfd40bbc4b9b1da8958f86d96065fbc
Merkle Root b9ae81248efe755adb859b9d7a834a5bdd2b72e47a3a66c6af686979b0d2c77d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,144
Size: 0.997912 1.00/1.00 vMB
Total Fees: 0.00710168 BTC
Feerates: 101.38 > 0.71 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,600 (560,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,693 352,693 0000000000000000071372ced2801efd22ac097d5e4c8e7bf327c7ddafd429fb 31 0.01/1.00 vMB 8
352,692 352,692 0000000000000000034c96ac3d14dab16fca174b5337d4ad5238e641cc3a6ad1 684 0.30/1.00 vMB 27
352,691 352,691 0000000000000000073b9e8ad0c920ba8fb089918a9a8723fcec0a2e7181d7cb 40 0.10/1.00 vMB 2
352,690 352,690 00000000000000000dd67454eaad42899fac5717a69f0ab48bbf71b44c772187 544 0.29/1.00 vMB 23
352,689 352,689 00000000000000000dfd8d90a374db364a1ca894e267281421edae253d0c9133 766 0.36/1.00 vMB 27
352,688 352,688 000000000000000007b5f04e501abea5ae6eb2b8a08f690832241f164ef22840 491 0.35/1.00 vMB 24
352,687 352,687 00000000000000000ff58553b2a0ec314441212499931cc2f2192682644ad343 345 0.21/1.00 vMB 23
352,686 352,686 000000000000000001dc64f2aefde19aa024e9f53ce140d612c1f2177cf6f1b6 801 0.40/1.00 vMB 27
352,685 352,685 00000000000000000aef892350afa511a6ec01234ecad36213fdb72acacc9191 391 0.20/1.00 vMB 20
352,684 352,684 00000000000000000fadaba81e20a77ac8d06a8cb464d208939d11c07fd1f701 264 0.18/1.00 vMB 21
352,683 352,683 0000000000000000135413bef8c4b4d32ef5508ac1d5834c78a8055655c8d3e7 259 0.17/1.00 vMB 20
352,682 352,682 00000000000000001214a90cfa647a580f3e438d57a3fd50a26535900880852b 1,638 0.73/1.00 vMB 26
352,681 352,681 000000000000000010528de125881eae2a8188009fe587c390be0cac786b631d 1,205 0.56/1.00 vMB 32
352,680 352,680 0000000000000000042923dba856da8d6c1e0e8a242240ebc709cc15ddbcd5b4 1,307 0.59/1.00 vMB 30
352,679 352,679 00000000000000000d866ee7cb347e41a08e54c8e56441859e03619c9bb6fc7a 1,238 0.60/1.00 vMB 25
352,678 352,678 00000000000000000811c55b9ec1f0e731531d43b9830801d981ae085e1e2591 675 0.35/1.00 vMB 24
352,677 352,677 000000000000000001fa373907f3dd64e5e5c3cb6814509ad37e0581812b53dd 174 0.10/1.00 vMB 28
352,676 352,676 00000000000000000c8eea15a3fd2b26cd4fe4e15d14a2b83b7c37e258ad6361 1,100 0.59/1.00 vMB 27
352,675 352,675 000000000000000010f3cfcbe6e5f9892bf3cf905dd4c37f1a0a858c04634447 571 0.38/1.00 vMB 20
352,674 352,674 00000000000000000b93fcc09d9f45d08d5dda862c243cedf876aff7d0d85588 1,205 0.75/1.00 vMB 25
352,673 352,673 00000000000000000734e635f71946f4759e222bd1636138da5ecc1c1e8fc169 788 0.41/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 779.90 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: 459.06 GB
    • Received: 2.63 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.