Loading Tool

Explorer IconExplorer

Memory Pool

36,323 transactions
26.20 vMB
0.07294098 BTC
Random Selection Loading Transactions
Max Size: 133.91/200 MB

Candidate Block

Mining Attempt 14ab322a01f40ac4f5165615eafd39381a3f356ddc8646aca0c194dbcfc4cc9d
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 032583cba3d7ce83a4c0ce7772b334d55ae72302a153e579fee8ff93b46c61bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,907
Size: 1.00 vMB
Total Fees: 0.02445623 BTC
Feerates: 713.01 > 2.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (283,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,348 631,348 000000000000000000071df07c2871a0bcd79ef634d9727a4fcfe767c9021372 2,525 1.00/1.00 vMB 63
631,347 631,347 00000000000000000000d4fce306d16e01bd15b28ab8827952808a6db3bc0d4b 2,285 1.00/1.00 vMB 96
631,346 631,346 00000000000000000006e752a11ac0f8d8ce2bdc3bc2498fc49b580a524a0da3 2,601 1.00/1.00 vMB 81
631,345 631,345 0000000000000000000f1d65aa24d88514f2ac99a38e8085f8561b4ed147ccba 2,909 1.00/1.00 vMB 107
631,344 631,344 0000000000000000000bc65817f4fb36cd20a7238a18fbeada74d9ca3e3d4e6f 2,780 1.00/1.00 vMB 114
631,343 631,343 0000000000000000000f72c50a65aaa9f27e4f353abb625129dbba06b5bbde34 2,704 1.00/1.00 vMB 67
631,342 631,342 000000000000000000115f09525aa0d87473ff686e5d752ced291cabab8b1327 2,599 1.00/1.00 vMB 168
631,341 631,341 00000000000000000001cf10ce2a2e2073ac803ce8ce246dc92b85247306405c 2,187 1.00/1.00 vMB 194
631,340 631,340 0000000000000000000cdd6602ddbff256aa98f440d70529c83c9f22ee2a8c64 2,924 1.00/1.00 vMB 146
631,339 631,339 0000000000000000000714df12959d57d8d02f957ef3cbe9cc768aca7ccb906c 2,534 1.00/1.00 vMB 101
631,338 631,338 00000000000000000004c1e3f1f889501b5b2407a2fe37bd94f76fb7b417ed54 2,582 1.00/1.00 vMB 170
631,337 631,337 0000000000000000000d61012680d0913d7f83aed683504cbce2df88e79bbb8f 2,663 1.00/1.00 vMB 141
631,336 631,336 0000000000000000000d22cd79336e5ccad89a052451784803abecf6f81557d2 3,059 1.00/1.00 vMB 217
631,335 631,335 0000000000000000000bf410fb15652acf9a348e2ab73e72e1234515978c8a1b 3,120 1.00/1.00 vMB 230
631,334 631,334 00000000000000000010e0fdd11600f9025bf0c1e89a2fa36d62bf396564da70 2,668 1.00/1.00 vMB 39
631,333 631,333 000000000000000000081403eaa524830b19661d755cc9c6f558b41618fb430e 2,845 1.00/1.00 vMB 67
631,332 631,332 00000000000000000008b44ca2f2842468a827959f516bab8a8b035e84a60d5d 2,461 1.00/1.00 vMB 187
631,331 631,331 0000000000000000000fb3a85af51a1992b286f3f4850891b8779c3cefc5c677 2,604 1.00/1.00 vMB 229
631,330 631,330 00000000000000000010bdce57b3a98b7438f0d4d1ccced3450c3421e6625ed5 3,086 1.00/1.00 vMB 231
631,329 631,329 0000000000000000000fddd33d8328c289f77f3c8e239ba08a5266caf682bf7e 2,607 1.00/1.00 vMB 186
631,328 631,328 000000000000000000027cf4618b2d7842ec1c71433da3e182d5fafa57a9dc4a 2,573 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.