Loading Tool

Explorer IconExplorer

Memory Pool

21,147 transactions
10.09 vMB
0.02851976 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.39/200 MB

Candidate Block

Mining Attempt 9a94b4cb01d5d4ad2a45b4fc0b7911f30427d0ccb7e96f1130379ce30c996d4a
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root 86c99729d355de418a089151c274312730b31350ace0e861880e2bb695099735
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,098
Size: 1.00 vMB
Total Fees: 0.01223029 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (738,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,974 174,974 0000000000000121a325568d5a4a982a3677810af979398d10a1c56f0bfe6304 99 0.03 vMB 15
174,973 174,973 00000000000002bdb8750fb30fc7521a5f10ed0d1c0e128348f6d089df895132 67 0.03 vMB 88
174,972 174,972 00000000000001f0e905df62677bb3d9952b7f8be185c922a89657585930e51f 13 0.00 vMB 32
174,971 174,971 0000000000000a0a3efa8989f855046adc23453b52569171121e98a32a2877aa 16 0.01 vMB 240
174,970 174,970 00000000000000226d6e9cab6c02d033c75a4ba9d0bdfad4fa0eeec4fee3c12c 45 0.02 vMB 131
174,969 174,969 0000000000000221937584ab1e35a865b34f6db01a68b996980ef4964d5c314d 33 0.02 vMB 29
174,968 174,968 00000000000008c03ec1a4235d6dab3de4d2fd9301978dd8fe05d66ec85e9f65 38 0.02 vMB 19
174,967 174,967 0000000000000327497ce33c3ce780ec8b3976acb27c561ee12f6a9f5b17d122 11 0.00 vMB 17
174,966 174,966 0000000000000999c4161ea4947d2a44b7da8df729478086eaa54411658643d5 34 0.01 vMB 115
174,965 174,965 00000000000006a8dfd7215145da55a315b22fba3ff6f1b0eb9075582e7f6083 35 0.02 vMB 81
174,964 174,964 00000000000009c9db8191315bbee0504133439fd13031d845fea9abeddcc811 23 0.02 vMB 113
174,963 174,963 00000000000006486945d57cdb49b63af5d37453639c8c49ab99504d3af6c2ea 10 0.00 vMB 0
174,962 174,962 0000000000000383f82f082b628ff94cc023ad574f1e0b76793efaa96544efab 35 0.02 vMB 91
174,961 174,961 0000000000000568566be275cd6785fabdda13733e60de023b18895d87dc44c1 15 0.03 vMB 128
174,960 174,960 00000000000008bf74b696942751149b908f3f138fe05d4f7c089f042e81d420 146 0.05 vMB 36
174,959 174,959 00000000000000f829b1f0b27916abbdc7bfedb7ae8bb746f338f5c578fccb10 41 0.03 vMB 15
174,958 174,958 000000000000003f4940ee61751f7a4d1b4a6d8184a527cfbd5e69d529a183e8 98 0.04 vMB 47
174,957 174,957 000000000000007e95fe89cc57ea552a2f40aa73e89d2db300805ecc578b5c79 134 0.09 vMB 372
174,956 174,956 00000000000001ab484b9a76505ba4942f48b1537303e9a493e171f0663235cc 19 0.01 vMB 694
174,955 174,955 000000000000020ce8d7b783dd908c21f79436373e2415c22e34bece9ad4c019 5 0.00 vMB 821
174,954 174,954 00000000000001dadf38170b94c305472faa436a82cba6da5f07dfbd8d013d05 22 0.01 vMB 57
Previous 10 blocks ↓
Total Size: 779.80 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: 406.78 GB
    • Received: 2.13 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.