Loading Tool

Explorer IconExplorer

Memory Pool

36,217 transactions
28.98 vMB
0.10122810 BTC
Random Selection Loading Transactions
Max Size: 143.67/200 MB

Candidate Block

Mining Attempt 025222f5cefb5f3c606a17ee2f11f68671589956c0cfbf53b0c1842ba2d0c1ad
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root 42d79e17e0d06567c13e91be529a408808d69a426690f5df119b3a29e760fdf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,059
Size: 1.00 vMB
Total Fees: 0.03986176 BTC
Feerates: 194.93 > 3.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (913,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548 548 00000000c2deb1dd86cbc700380541d6d7cebd18a6a7642849bc57919732d705 1 0.00/1.00 vMB 0
547 547 0000000055af85fb541bac9b94e0da5c06704adafe050186d64caf8330e6eb77 1 0.00/1.00 vMB 0
546 546 000000005a4ded781e667e06ceefafb71410b511fe0d5adc3e5a27ecbec34ae6 4 0.00/1.00 vMB 0
545 545 00000000689051c09ff2cd091cc4c22c10b965eb8db3ad5f032621cc36626175 2 0.00/1.00 vMB 0
544 544 000000002d947997dc957cdf075dd32390f5f754d2656208d5dd82a6620179f5 1 0.00/1.00 vMB 0
543 543 0000000009b905f3db4990848b9b14fe39582147fcf6a6cb8d73bd227d75369e 1 0.00/1.00 vMB 0
542 542 00000000bdb2a11dbc79d6f367e666448ac16aed9be8ad7c5a5712e23d0a4942 1 0.00/1.00 vMB 0
541 541 00000000aa3704d9c763fac9ae41842c55a2b3a1c5b404dff2ca82c9f9ebd64b 1 0.00/1.00 vMB 0
540 540 000000001958fb614e3eed2ab35305fa89a8b8db9bb5fd2575aa08fc0a06b84f 1 0.00/1.00 vMB 0
539 539 00000000eaa3b87c3687480c0edb465b00e8dcab7f0c2ef10fe5b11a1756b16d 1 0.00/1.00 vMB 0
538 538 00000000169808a15adcbb7c4f5c8b5d61ef69764a68f2fffd882d92e39fc2af 1 0.00/1.00 vMB 0
537 537 00000000d8844f55ef05e1605b04f37c5b3436fa2abcf24a8942bd885b5d18a7 1 0.00/1.00 vMB 0
536 536 0000000026c22aef6ad239ed7cce10ee37ea91fffd280bc581f4e8e705106ba5 1 0.00/1.00 vMB 0
535 535 00000000eae98bf15e531e004bcaffdf3c5c5cc6444c52a9fd0f82101249ba95 1 0.00/1.00 vMB 0
534 534 00000000827d29aff6dd1f65c772885502960a7416957e5a00dfcff8a4374bdc 1 0.00/1.00 vMB 0
533 533 00000000dd86f3873dfdc4e2f5f18f40575d14b20696406511815f1b97e67eea 1 0.00/1.00 vMB 0
532 532 0000000054dfed74457e592658485bb93f60e7e608c815f093e1d59106ab74e4 1 0.00/1.00 vMB 0
531 531 00000000a8eb67a3850b2a212994caf169bd08e56841d1777ed40e3057818fff 1 0.00/1.00 vMB 0
530 530 0000000012ac8aedef5fb255a9a01f52d2292c5af21c737eaba1ef05e2c9c136 1 0.00/1.00 vMB 0
529 529 00000000a0899965df34ebd3dbe3c1538e09433834f10d3f0a438ab9f5f0730e 1 0.00/1.00 vMB 0
528 528 00000000e49373a26666dda6553bb5f0d74a939a788217829b20e6016a8334d4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.51 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: 612.63 GB
    • Received: 11.03 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.