Loading Tool

Explorer IconExplorer

Memory Pool

79,528 transactions
29.37 vMB
0.08446911 BTC
Random Selection Loading Transactions
Max Size: 178.07/200 MB

Candidate Block

Mining Attempt 062ff25593aac71d2cd72ec85384232a0f276cc573c19aaee83dff9ad7348e74
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 4e970a9fdba50a91f8e1b5880a83f601911a4f086e52c6fa9e29acf30484d99e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,498
Size: 1.00 vMB
Total Fees: 0.02286653 BTC
Feerates: 278.95 > 2.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (326,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,422 588,422 000000000000000000053fe20b2b4b4d59d4d91cefc5e911376a4d342d77f77c 2,150 1.00/1.00 vMB 27
588,421 588,421 00000000000000000019e994ca0d7926c7ab95508d016dc65e671ae4ccdbdae6 834 0.26/1.00 vMB 25
588,420 588,420 00000000000000000005f6b9cc8641b7d150c73aa4eb5378b6f251d949020e6e 1,517 0.54/1.00 vMB 19
588,419 588,419 00000000000000000007a41d06346570061d19398b8bf2d25504c8257489da9d 2,088 0.65/1.00 vMB 23
588,418 588,418 0000000000000000000c89033fe13e78841a634835551c5e3454262200f86897 895 0.44/1.00 vMB 42
588,417 588,417 00000000000000000016fee00c4c74780fac3d9733cfa9bd13267f0385b5de2e 289 0.10/1.00 vMB 21
588,416 588,416 000000000000000000073d8983a25e096a7b17f0c69ef527c4aead747fc2058f 1,791 0.62/1.00 vMB 21
588,415 588,415 000000000000000000172d43a50391b19ef390a02b95cae8b3f906fed0b16f0e 1,460 0.48/1.00 vMB 14
588,414 588,414 00000000000000000001e33e674e6d0203ad0c4f935f982ec7f8edb8c35077ab 2,742 1.00/1.00 vMB 24
588,413 588,413 00000000000000000004444908d000ed210a48280ab7829728c4d9525936676a 2,784 1.00/1.00 vMB 22
588,412 588,412 0000000000000000001ca5fbb1f0a99f54c43d381a93507b92407f3569bc8bf3 150 0.04/1.00 vMB 31
588,411 588,411 00000000000000000011209c449327185f5a33558cb481217d21befd5c8b6d80 493 0.27/1.00 vMB 10
588,410 588,410 00000000000000000006002c0adfa28525bb3a050c97da4a21829623c4a81171 1,741 1.00/1.00 vMB 7
588,409 588,409 0000000000000000000befe41a831245ff4a7784129321b24431e8e3b6fc58a2 2,741 1.00/1.00 vMB 23
588,408 588,408 0000000000000000000be23554bddf1f44ffc524abf77d15fce7b5116f5a3d10 2,801 1.00/1.00 vMB 14
588,407 588,407 0000000000000000001d3095c06d9caaf9d1edb236a7636a76e407a98cae6c07 2,294 1.00/1.00 vMB 10
588,406 588,406 0000000000000000000b95a1cc6bfaff0aeb14a2390d6d70a10ad6051ba1b36d 2,769 1.00/1.00 vMB 39
588,405 588,405 00000000000000000018d28b073dbbba917d3e586d8b1efb4e71c494ec3d64c4 1,995 1.00/1.00 vMB 26
588,404 588,404 0000000000000000000a8ffa09c8cfa8b4ce127b87cd234bf255f04c4c5fbf1c 1,209 1.00/1.00 vMB 20
588,403 588,403 00000000000000000011944dd86c1a44945fb0858481b3c74fec58cda9d06519 1,172 1.00/1.00 vMB 13
588,402 588,402 0000000000000000001464268ab56e1cbbbbeb75047774586b0b78a16c31b048 1,159 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 670.03 GB
    • Received: 15.80 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.