Loading Tool

Explorer IconExplorer

Memory Pool

22,319 transactions
24.64 vMB
0.05615654 BTC
Random Selection Loading Transactions
Max Size: 118.06/200 MB

Candidate Block

Mining Attempt cd238ca10c40dd500f055e2d03e6a23efd6227c340fc2c6949fb60f7834e8951
Version 20000000
Previous Block 00000000000000000000335eb1c86db8e544179eeec091e2f14c3332af5d9962
Merkle Root b81e241f676d97f2262ff4326639effde17f1a4387407005933774a3dadaa9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,631
Size: 1.00 vMB
Total Fees: 0.01205292 BTC
Feerates: 101.21 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,293 (788,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,525 125,525 000000000000233545ce7f11274f3cd6ac744b7d1d82a4a7f7d6e40466314517 61 0.02/1.00 vMB 1,794
125,524 125,524 0000000000002a0136a7cd96fd8715930775613856eac613c107b284d8f397c4 13 0.00/1.00 vMB 317
125,523 125,523 0000000000002795b07bea742e19563c25a2bbe418661cb78025cbaa1e2237b4 12 0.01/1.00 vMB 1,287
125,522 125,522 0000000000002e90eafea6b8a8b44956301991368104338b5ae436017d75df51 36 0.02/1.00 vMB 85
125,521 125,521 000000000000311c0140bdfa5fe7d39c5aaf0dd62436fcbb789826b34e397282 17 0.01/1.00 vMB 2,307
125,520 125,520 0000000000003d0e18d802ce52bbc74cfb25fa6deed449bbd842fc6cd18def85 2 0.00/1.00 vMB 0
125,519 125,519 0000000000001f1d9a6227ef1a168238d50d663bba70c519615a4ce397a2c4de 45 0.01/1.00 vMB 572
125,518 125,518 00000000000043cb4bd3ec5e77d659cbcfb3ee7689b362a84ec0d4caa6bb9335 40 0.02/1.00 vMB 745
125,517 125,517 00000000000009637a86db76792bdbb5b7c1149cf19eb18811d2e8b4274b2f69 43 0.02/1.00 vMB 390
125,516 125,516 0000000000000f19b55e7b9a2e35f2839c34214565e7a2fa57738918df6a76d9 5 0.00/1.00 vMB 1,893
125,515 125,515 00000000000034ab1962db805783dc4bc5d881238eccf1ba9cfc331be621f6d2 7 0.00/1.00 vMB 0
125,514 125,514 000000000000181a3ec01e178f6a27b167456a6ffac6f44c84720ed6ecd16a5f 41 0.01/1.00 vMB 780
125,513 125,513 0000000000001faeb31ab4005d6a418bb4d0aab2e3bb023fcfb55e863f290d81 6 0.00/1.00 vMB 496
125,512 125,512 000000000000443f7abef7fccfece6d10adbdd2d94abbd5c2cd84872e4905458 18 0.01/1.00 vMB 429
125,511 125,511 00000000000035fd2ec1eee0a27ad533075969d68b1a38568c0769e83263040b 22 0.01/1.00 vMB 530
125,510 125,510 0000000000000dbb2f8c4d883942b2320633b307f39ab1516c563502bc9f4087 15 0.01/1.00 vMB 850
125,509 125,509 000000000000321b3ecfe8461423f18a29fe4f39b4f7fd4e7e375252a20d6d8c 18 0.01/1.00 vMB 772
125,508 125,508 000000000000447d1df6a8683cecedf70f1ddbc8cf381744509af92ab6ee1872 3 0.00/1.00 vMB 0
125,507 125,507 0000000000001d7f4eee10371450b51f28916e349ffad502e857193272e41bde 3 0.00/1.00 vMB 2,285
125,506 125,506 0000000000002b5dc664ac1c8b22a84d8d28541f3e5e640216bb06fdad074b43 27 0.01/1.00 vMB 393
125,505 125,505 0000000000002b5dd3cc1d4b67d019bf1031d167c4b0af7876dbca1b2fbdccb5 11 0.00/1.00 vMB 917
Previous 10 blocks ↓
Total Size: 781.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.15 GB
    • Received: 8.93 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.