Loading Tool

Explorer IconExplorer

Memory Pool

78,237 transactions
29.03 vMB
0.11373912 BTC
Random Selection Loading Transactions
Max Size: 175.18/200 MB

Candidate Block

Mining Attempt 71de5c0f6cfc6312256f7b6b00b96c60e157340ac7abff4ba4482c5bef99d904
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3ec8a1475fce11383eb983828db66eeb85ac5a453ab01413c62e416a9e1091a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.04018009 BTC
Feerates: 150.80 > 4.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (88,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,081 827,081 000000000000000000030b3c784d117d49e51eaa825c44f3726826ecb8b9de26 2,590 1.00/1.00 vMB 55
827,080 827,080 00000000000000000000f52e6411233e44e3928b04e3252b72667edd034e5289 827 1.00/1.00 vMB 34
827,079 827,079 00000000000000000000d8edb2f7884c65492e948626fa9c04463407e6e9ae17 2,095 1.00/1.00 vMB 41
827,078 827,078 00000000000000000003a230030eafb5cd3811a612fd0155840d3571736e6d97 1,511 1.00/1.00 vMB 38
827,077 827,077 00000000000000000003ae2ae61f8f3b9f3e9e4cef0efc2dc615aceff6c342d6 1,641 1.00/1.00 vMB 42
827,076 827,076 000000000000000000005466f458219a8b0b801778f8bb96ba24685f3283851f 1,826 1.00/1.00 vMB 43
827,075 827,075 0000000000000000000003ab46bd7ce2a3b1af1cf7c66424a261ecd48c120d57 2,546 1.00/1.00 vMB 57
827,074 827,074 000000000000000000032cbb335a3da1fadb60c7f288cfbd5bf6f85f2b8b1039 2,448 1.00/1.00 vMB 57
827,073 827,073 000000000000000000006813b9678ecb7fa9fc5674256d3f70c93f8972dd7e6d 1,989 1.00/1.00 vMB 56
827,072 827,072 00000000000000000003e3564769dd45f04ab0c036da104f55212d8f939a1785 2,237 1.00/1.00 vMB 57
827,071 827,071 00000000000000000003b2d900e4c5eee89f47cf0af95f7e1dde0e8ce378a5ee 1,411 1.00/1.00 vMB 40
827,070 827,070 000000000000000000037278eca6a6b407af15679887b7fe500204418899eef4 2,467 1.00/1.00 vMB 65
827,069 827,069 00000000000000000000d0e53bccb62677b7abc4c932753d0e2eeaf820a127ed 2,533 1.00/1.00 vMB 42
827,068 827,068 00000000000000000001af0e43b4a789589b5ebdb18e6f4baa6083be473f992e 2,401 1.00/1.00 vMB 60
827,067 827,067 000000000000000000034bef5915830e8d2c5a2ab8f4eb2cbad30f4c974e1151 1,609 1.00/1.00 vMB 45
827,066 827,066 00000000000000000003d78ef48ee700f04481d025eb9c39b834b98f7be50bab 2,123 1.00/1.00 vMB 69
827,065 827,065 000000000000000000032ee5e7f6049904aff3a040bca67025bdd92a52858b4f 890 1.00/1.00 vMB 39
827,064 827,064 00000000000000000003693c2f61787402bd4d92417df2a5a96463f599236d7a 2,181 1.00/1.00 vMB 56
827,063 827,063 000000000000000000021a26bae832790326cacb606973d03bcbbe344af1fa5c 1,397 1.00/1.00 vMB 43
827,062 827,062 000000000000000000014d59c94434aff9eca663e411d8116fac5196187a1a4c 830 1.00/1.00 vMB 36
827,061 827,061 000000000000000000002312674eb58871b7edbc88995b4961d37cc96c923d2c 2,277 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.85 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.75 GB
    • Received: 17.21 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.