Loading Tool

Explorer IconExplorer

Memory Pool

78,670 transactions
34.38 vMB
0.15002442 BTC
Random Selection Loading Transactions
Max Size: 192.10/200 MB

Candidate Block

Mining Attempt ef93d2b67d39b44d55bc4a70f6781883919f88789c8367370b8f1d221c0435e4
Version 20000000
Previous Block 00000000000000000001c3b45a252bf26d63304081f6ed643c9077982691539f
Merkle Root 8d5d7d62339ddc921d946b2f96e0a8cf2ec4116c7d4c3075ebe8d1178090d052
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,135
Size: 1.00 vMB
Total Fees: 0.02656176 BTC
Feerates: 99.73 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,413 (492,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,799 422,799 00000000000000000296d990fe5df25b88ccdde1a586ce3b1d815168ccca573a 1,970 1.00/1.00 vMB 32
422,798 422,798 0000000000000000029cd7af34ec9fcfcf5db00b6bf22e406c1c7c8d46e2382d 2,299 1.00/1.00 vMB 59
422,797 422,797 000000000000000000385311061c6d1fdb072253ca40291af0767254d5bbd0f6 2,145 1.00/1.00 vMB 65
422,796 422,796 0000000000000000001adf6c7731282d191220d62da7fd49f742e6148d356b0c 2,278 1.00/1.00 vMB 34
422,795 422,795 000000000000000003cf7652d8af820af87c3e8f257708e05e8565cc8e17f57f 2,143 0.99/1.00 vMB 57
422,794 422,794 000000000000000005259ca3e68e36bb4ae75ce67d4277ca79a89931178f1f08 2,697 1.00/1.00 vMB 59
422,793 422,793 000000000000000001a31563d74f41b81295f05ef8851a9c65d1c04438903f99 2,472 0.93/1.00 vMB 67
422,792 422,792 000000000000000000ef1e88894a852b4eb8bb4b5eaecc9ff3e8c8d2935aaaa9 921 1.00/1.00 vMB 75
422,791 422,791 0000000000000000035eb209f03ad05f945883bd6524612a97c35e14b0978304 1,204 1.00/1.00 vMB 88
422,790 422,790 000000000000000003ad5c9cd5a88c4cdc8020cc858cc98c1cca1ce325e52318 917 1.00/1.00 vMB 86
422,789 422,789 0000000000000000019dcb23c248124ff47701958a96487065406c0ddbecc59b 1,379 1.00/1.00 vMB 95
422,788 422,788 000000000000000000df1ae97a29e07c66b23b8ac7ce3f6c7b90238c0ad37871 719 1.00/1.00 vMB 94
422,787 422,787 0000000000000000050e0ed8b70722ab830eae8e03d78df0e6888d8bb7e35fbf 1,113 1.00/1.00 vMB 100
422,786 422,786 00000000000000000059815c347a8bcedfd37528adf20f04f5933e3d1873c997 2,376 1.00/1.00 vMB 105
422,785 422,785 000000000000000000b417c2ff9e0c76cd44c5fca79ea703ae1dde4713e17947 2,513 1.00/1.00 vMB 46
422,784 422,784 000000000000000001546b64768f8a00ad0fccb67c0850af0fb28c2b6f66baf4 2,743 1.00/1.00 vMB 86
422,783 422,783 00000000000000000451c00589c24a3cc64dc35e0b20fb40082f159aec7c3dc1 1,126 1.00/1.00 vMB 59
422,782 422,782 0000000000000000009db0e7a7352ce23152d17b8c54b502529e989699d1e651 2,387 1.00/1.00 vMB 80
422,781 422,781 000000000000000002d682f516bbd9674dba95fc44792c33bf3f72f9515a1123 2,854 1.00/1.00 vMB 85
422,780 422,780 0000000000000000008b03a3db6ce348921e9a52e1b3526548dabddd8960d0bd 3,025 1.00/1.00 vMB 116
422,779 422,779 0000000000000000019961f38fd5427a7bc69cd5342de982151ffc0796d23873 864 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.10 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: 731.97 GB
    • Received: 18.53 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.