Loading Tool

Explorer IconExplorer

Memory Pool

77,844 transactions
29.41 vMB
0.10339213 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 1d759bf085a504abcd4c7f619cc9fbbc8dd50ef2deb04fff5e97f49f7ed3d71d
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 616fc673cf5bf2d40812a6869b8c379df28cf89abc4fc2570a9c33db2d381b74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,190
Size: 1.00 vMB
Total Fees: 0.02809339 BTC
Feerates: 151.12 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (147,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,912 767,912 00000000000000000005b98ed79922948c34e81449b0307e8a8dd2fc5e916d44 2,206 1.00/1.00 vMB 6
767,911 767,911 00000000000000000004014f114465afc5bc2cd1b93af7fb8a8f3b0836c0a25e 3,635 1.00/1.00 vMB 23
767,910 767,910 0000000000000000000105195d20e7c05d0f882406da0a95552d07bd43297b78 78 0.02/1.00 vMB 15
767,909 767,909 000000000000000000071a74e9bdb545a3d8d93dc23e7b39addfb6e7d6323b9b 56 0.01/1.00 vMB 18
767,908 767,908 000000000000000000037969eb265ba8f16392c3c77c02b3a25fa46ce9c7f829 209 0.46/1.00 vMB 1
767,907 767,907 000000000000000000046b82cc6b221282384145ddd66f1ea15d2f0c974a0152 2,150 1.00/1.00 vMB 8
767,906 767,906 000000000000000000000c272ba66132e5c47e4fbf8c3af79ba9240da3f45d08 2,291 1.00/1.00 vMB 20
767,905 767,905 00000000000000000004ac053059716c2be5d22623caa1e5c6c6e9b4d59c6daa 1,315 1.00/1.00 vMB 16
767,904 767,904 00000000000000000003b8ca66cb9cfc235d96495fc28e7b19bd1e8487a64720 719 0.31/1.00 vMB 10
767,903 767,903 000000000000000000026d96e741d1ca5f2a3083e9ae3cfaf946c4b03edcd87a 645 0.17/1.00 vMB 15
767,902 767,902 000000000000000000026f8a52767518ed8d5e5e05aea87bacb429558ed3e3cf 214 0.07/1.00 vMB 13
767,901 767,901 000000000000000000028eb12054fad89cf71bdfe9acb1f82051d5265e9900b9 1,801 0.69/1.00 vMB 12
767,900 767,900 00000000000000000005a0b67eb410eb599ce7adc79337301661500e8f3c3bb7 1,488 0.78/1.00 vMB 9
767,899 767,899 000000000000000000047699435b73836cae43fc10ec277e60d10fc0f8fe7ba0 1,731 1.00/1.00 vMB 9
767,898 767,898 00000000000000000003932bdde6ffb72dd094bb973f3ce0f35cf6dedc2a68a7 2,056 1.00/1.00 vMB 11
767,897 767,897 0000000000000000000519d626f276197410d6da1f801d9c5e95f9fc39ddd2fb 631 0.19/1.00 vMB 13
767,896 767,896 000000000000000000051f8979822cec2fcee4a5dbcddbbf430462e00638f55f 208 0.07/1.00 vMB 11
767,895 767,895 00000000000000000001f6a8e098f708979b78c64f4aa69b6535331099db0c23 1,925 0.75/1.00 vMB 12
767,894 767,894 00000000000000000005dec919db9aff75a101f8cd44a1326a47f0e8e8b888b6 287 0.26/1.00 vMB 4
767,893 767,893 00000000000000000003db5b42bd7867e38a25711fbd0c5ceb2b8410b9548875 2,046 1.00/1.00 vMB 5
767,892 767,892 000000000000000000006da547ece29b813325c049d7dbbc4d56f33df2d345bf 1,949 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.86 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.97 GB
    • Received: 17.26 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.