Loading Tool

Explorer IconExplorer

Memory Pool

78,074 transactions
28.99 vMB
0.07347232 BTC
Random Selection Loading Transactions
Max Size: 175.86/200 MB

Candidate Block

Mining Attempt 31edc116af8203f454cea7ce66b56854bc3452b533f3b4882e32338efa6bb48b
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root b97f6d5a65b6aa6b5b2c5fc3130523a63477284a3338cdd2a116798c2410e689
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,349
Size: 1.00 vMB
Total Fees: 0.01290848 BTC
Feerates: 75.92 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (264,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,934 650,934 0000000000000000000292fcc932ac82fbe5d9a24388b65294ccaca90bd85f53 2,025 1.00/1.00 vMB 114
650,933 650,933 00000000000000000009b4f9be552c39bfd42c75c2e5b00eab1de0257de3509b 1,767 1.00/1.00 vMB 91
650,932 650,932 00000000000000000002edf1de710ba4fd76f442d1baf9e8f74ce2a42ad93813 2,406 1.00/1.00 vMB 114
650,931 650,931 0000000000000000000c94fc75586fb7cb21c7af9c3c839d4a4eba80daf67192 2,528 1.00/1.00 vMB 114
650,930 650,930 0000000000000000000669931eaaf2710437d98c1d5748520890ce0272ed73c5 2,598 1.00/1.00 vMB 98
650,929 650,929 00000000000000000001162e93704d8bb26ccd19681feb8e413e0393f6e6e051 2,224 1.00/1.00 vMB 86
650,928 650,928 0000000000000000000cd204df44725407fa5e0b379addc1c277de120871cfaf 2,026 1.00/1.00 vMB 86
650,927 650,927 000000000000000000098ba59efee1402b542533fbed63b52a578944c414a7ce 2,513 1.00/1.00 vMB 97
650,926 650,926 0000000000000000000ba3fe2c0bd2e696040f01bbb1232220dcd059637f69ae 2,126 1.00/1.00 vMB 101
650,925 650,925 0000000000000000000b4cddced22d4654133acbe8ce07fa7f8ea4238c6ce06f 2,655 1.00/1.00 vMB 116
650,924 650,924 0000000000000000000c68c98076c7014ba67d0914d795f92fecc2b96feab665 2,245 1.00/1.00 vMB 168
650,923 650,923 000000000000000000006c354dce9085bf35ea82c0d0a8cf95f2bc84321de3e6 2,844 1.00/1.00 vMB 98
650,922 650,922 0000000000000000000b50a80d262fd1676ae35495625bc3e98ff39df66db018 1,855 1.00/1.00 vMB 93
650,921 650,921 00000000000000000008aa16288cff1fde4f5c7a436b5567f5916c60ce9baa3e 2,937 1.00/1.00 vMB 112
650,920 650,920 00000000000000000000b418bfc03589137dd81a5dd5de3837748a58bbbf7508 2,738 1.00/1.00 vMB 98
650,919 650,919 00000000000000000003ad148deb4ffaca5a5c0f9a7bc19cf8c6ac253b806c6d 3,085 1.00/1.00 vMB 110
650,918 650,918 0000000000000000000be681311a925bf61d2e0091e188357ad0dea761b95b84 1,860 1.00/1.00 vMB 107
650,917 650,917 0000000000000000000bbd4f49ae0a770055c8daecb85b9c2671d4ca6fcd4c44 1,255 1.00/1.00 vMB 104
650,916 650,916 0000000000000000000d0c7780c3ed5e98a617bbe4f48c35c9a25c431011f00e 866 1.00/1.00 vMB 109
650,915 650,915 000000000000000000092fdb530b9074cb2f7012e7f9cf299892b8731868eae0 1,713 1.00/1.00 vMB 115
650,914 650,914 0000000000000000000cf17fdeb2f9f6c8f5af6b2dfbe4ae279968bf1b3f4a3e 2,269 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.57 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: 671.07 GB
    • Received: 15.85 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.