Loading Tool

Explorer IconExplorer

Memory Pool

87,933 transactions
32.10 vMB
0.14225271 BTC
Random Selection Loading Transactions
Max Size: 194.60/200 MB

Candidate Block

Mining Attempt 1139f5eca2f289cbce387cb816c97cb1a67e79388d5fb2f1f966c99689eaead4
Version 20000000
Previous Block 00000000000000000000c293eb6b3d695babb308ed7b69547ad6151ddfe703e0
Merkle Root 5f488439c61cb5488223b3dc666200bf2f9cc6d9f928af7281b9833e661fabc6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.05773123 BTC
Feerates: 222.73 > 5.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,075 (337,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,055 578,055 0000000000000000000d68f225c49f8d72d9306e48b6802661c65598b9c173c0 3,299 1.00/1.00 vMB 173
578,054 578,054 000000000000000000112f16a1a235a68c3bdb7bfd2aecca21d39ae2a19d411a 3,171 1.00/1.00 vMB 180
578,053 578,053 000000000000000000030b3bde08df33fd01b2dd7345cc55e4c8a987780f7df8 2,445 1.00/1.00 vMB 139
578,052 578,052 00000000000000000002a605620779a9ed49ef0d2dc70cef699731d428eb642b 3,215 1.00/1.00 vMB 131
578,051 578,051 00000000000000000000596c3f0565310eae2dbf605a51d1f4a085d121961f2c 2,724 1.00/1.00 vMB 147
578,050 578,050 0000000000000000001507bacbfde463197c3013af7382ada2109ef39c949186 2,796 1.00/1.00 vMB 167
578,049 578,049 000000000000000000047741154be5cb9d10ce9663598eec017a5dd22fc7306d 2,446 1.00/1.00 vMB 92
578,048 578,048 0000000000000000000e43f8f97b2cee336c851459653fc242e32c696e35347d 2,671 1.00/1.00 vMB 127
578,047 578,047 0000000000000000000e5b8c0c606db1cab2b022246ae788d6407d5adbd168a9 2,727 1.00/1.00 vMB 126
578,046 578,046 0000000000000000001c393f0f6b62df5b5ec5a525dce4cd89eebef4124c17d6 2,398 1.00/1.00 vMB 127
578,045 578,045 0000000000000000000fd35fbe994bad612338c42690599aa92816e774e284f3 3,154 1.00/1.00 vMB 137
578,044 578,044 00000000000000000027854eaf90a9196d00938f1b014f4b075252828f38037f 2,929 1.00/1.00 vMB 157
578,043 578,043 0000000000000000001d52bba01e0d9d34ae2d160aa632079cc66e79e2c3c182 2,818 1.00/1.00 vMB 154
578,042 578,042 0000000000000000001454e9ba4fe57389a544a4fcfb0828f09d082d85d08b0c 1,861 1.00/1.00 vMB 181
578,041 578,041 000000000000000000127f2b985ff6de10028c73c181bbf2d244acf9fd328937 2,971 1.00/1.00 vMB 143
578,040 578,040 00000000000000000006000b6527790b3a87f866ac43ec9c61c2893de84310d5 2,969 1.00/1.00 vMB 175
578,039 578,039 00000000000000000025a56593ed0335b098d7b21f9a2acc12bda335c698278b 2,641 1.00/1.00 vMB 103
578,038 578,038 0000000000000000000c674f56fa5bd2e2dbf71ef9a4d2181b7e1274272ec92f 2,527 1.00/1.00 vMB 155
578,037 578,037 0000000000000000000cefe67e9f60bf07e73c21a89b1de5208f492760864b99 2,974 1.00/1.00 vMB 124
578,036 578,036 0000000000000000002508fc9a5be8ff2b616ac94236b7f2710526b8fccdb948 2,896 1.00/1.00 vMB 163
578,035 578,035 0000000000000000000557dc6e2acf5969ddbfcf17510f2c38771d2526ec7bc4 2,809 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.53 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: 668.95 GB
    • Received: 15.66 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.