Loading Tool

Explorer IconExplorer

Memory Pool

43,967 transactions
31.25 vMB
0.09297275 BTC
Random Selection Loading Transactions
Max Size: 158.94/200 MB

Candidate Block

Mining Attempt 8491c6561fd0b7c99971c856329dd6ffe1ac0b10cb32b7f87d915d7d5524b36c
Version 20000000
Previous Block 0000000000000000000039578e0758b011a8202b2680b2e212cb5f8d99ffa68c
Merkle Root 70cb081a62e1ba5115126cd05c3eb290f47baa36554f53051abb1b501e969f65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,679
Size: 1.00 vMB
Total Fees: 0.02970308 BTC
Feerates: 100.53 > 2.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,446 (564,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,522 349,522 000000000000000009d4f086e1e3195c8313dde8aa2322c7c1a48880c2cd3881 101 0.08/1.00 vMB 11
349,521 349,521 000000000000000013dbc20e17dc07fda8e8e5c1ddf9b3f83ac607d18c939814 423 0.25/1.00 vMB 27
349,520 349,520 000000000000000012e40f8702173ff3993cf1999dc523967ab1cbe7f22eb0ae 605 0.38/1.00 vMB 22
349,519 349,519 00000000000000000077a2302a260d113d3dfd6322ef4a9f6e8c6e62e39cdb54 1,074 0.70/1.00 vMB 19
349,518 349,518 000000000000000001c8dc7acd30f9da1be09b6e301619bfd287c469ce178bd5 2,067 0.75/1.00 vMB 38
349,517 349,517 0000000000000000097c203e60bcf257d1328f9f9087d44bd02634f977a186b3 934 0.43/1.00 vMB 27
349,516 349,516 000000000000000009b13a6b9a7549a35f4eace121a9c03aaa4a44d1258c7174 323 0.19/1.00 vMB 17
349,515 349,515 000000000000000003a6e1d1660f517b7de6ae8c90335560c05e6f986e5c7a33 1,088 0.58/1.00 vMB 25
349,514 349,514 00000000000000000de9531c2850575af6d6bbf50e7b45f7e8e335303be03816 1,275 1.00/1.00 vMB 18
349,513 349,513 00000000000000000cfc4f280c7d4819ee928735f377aa01918a6e1f523240f9 2,264 0.75/1.00 vMB 46
349,512 349,512 000000000000000008f6ad7befaa9320d3fc608b9a74d779b4d6a5ce96d19846 1,701 0.75/1.00 vMB 27
349,511 349,511 0000000000000000160dfe1adeb1573cf6a51919387adf499d2cad3df1c144fe 206 0.14/1.00 vMB 13
349,510 349,510 00000000000000000fc76d42dea1bb3adc887c80db675627296683665b1dd32d 413 0.19/1.00 vMB 30
349,509 349,509 000000000000000010ded0ee32b41bbf31526b3610235e3ebb68f7e4f8c2a482 130 0.11/1.00 vMB 7
349,508 349,508 000000000000000006b2bb1cb62759e7bc42f98747293c1dc464a5910b2bac68 548 0.21/1.00 vMB 33
349,507 349,507 00000000000000000b1117f81c831730445ab3514e97cb0fce9a9eebde7227c8 1,798 0.75/1.00 vMB 31
349,506 349,506 0000000000000000119177aa8cb7e28515ef9c5b1297ded4d4771d7fd9014465 1,381 0.67/1.00 vMB 43
349,505 349,505 000000000000000004fd843e1dd230b91edab7bbcd6721d632585eac5102e016 214 0.10/1.00 vMB 29
349,504 349,504 0000000000000000156ec9e7cff002ed20eeabdb6927769aa5b66159f29fa550 134 0.10/1.00 vMB 15
349,503 349,503 0000000000000000176a518c51b2fe565ad670e705e38d49ab91cdf6ca309dab 224 0.16/1.00 vMB 82
349,502 349,502 00000000000000001315e561af26d803d6ec34a58304e295e11a7a8f9e35d4f7 396 0.21/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.40 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: 603.83 GB
    • Received: 10.51 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.