Loading Tool

Explorer IconExplorer

Memory Pool

82,515 transactions
30.13 vMB
0.10088765 BTC
Random Selection Loading Transactions
Max Size: 182.85/200 MB

Candidate Block

Mining Attempt 59bba2cdeb3c45e45817d502ab49d7793c5c81559e8af04855dff9a9fbdb18e2
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root c7fd391b75889f6914c19fc89230e5b6c639cca8ab4750a023cc5e4d5010939c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,332
Size: 1.00 vMB
Total Fees: 0.03025514 BTC
Feerates: 301.57 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (470,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,659 444,659 0000000000000000033c751256377a02630bd4fc175209ca6d1a7bfcb647d608 437 0.17/1.00 vMB 75
444,658 444,658 0000000000000000020d56bed25bef3b6c6a7f23eb9627378be539fe52b86f83 1,813 0.86/1.00 vMB 74
444,657 444,657 000000000000000002fd3b3aaf49466c292456266b19c1ecaa759bc97584b573 1,131 0.52/1.00 vMB 62
444,656 444,656 000000000000000001c015a7c8ad3a796d6bb1eb99b67fa2abc88fc370b1179d 2,484 1.00/1.00 vMB 78
444,655 444,655 00000000000000000141e98a4dc6377f789fa98bb12dd259ffbe01e3f0356ba3 367 0.45/1.00 vMB 12
444,654 444,654 00000000000000000284fa76c7721b015d17cb9e327b5da78c7a411bea57759b 912 0.87/1.00 vMB 25
444,653 444,653 000000000000000000ee08491c7f4eedcad44827603ce100d9ba127a0a6ced98 2,024 1.00/1.00 vMB 66
444,652 444,652 000000000000000002d4fde901aba1123d0eea440ef483caa246e2bdf0b4f716 2,273 1.00/1.00 vMB 66
444,651 444,651 000000000000000000e3f18be38172972c9d877116391ce9d2746976f4db4b82 3,099 1.00/1.00 vMB 65
444,650 444,650 0000000000000000029599c9b4e56f6216c18c6c31b978c14992ab567da931c9 2,520 1.00/1.00 vMB 80
444,649 444,649 000000000000000001142414b44b32102cb11dbc0263cbb4ca795b32ee54b7a6 2,705 1.00/1.00 vMB 94
444,648 444,648 0000000000000000015ede2e88c6a4feefe70ee45776df379c111bcb2a7994a7 2,139 1.00/1.00 vMB 104
444,647 444,647 0000000000000000000940a4895e3bf0e8e6c81e60768cda266ef7e17c73b2c4 2,602 1.00/1.00 vMB 67
444,646 444,646 0000000000000000030682be8b3d1272b2db7d240f1f66b71f4c7a3dc4be1fe9 2,579 1.00/1.00 vMB 86
444,645 444,645 000000000000000000651a05473b66c3b413e11a27b521b4955f6d03475e87bd 3,036 1.00/1.00 vMB 109
444,644 444,644 0000000000000000024359e234608574f2000beaadcf1cfa6ce63c307b937063 469 0.61/1.00 vMB 21
444,643 444,643 00000000000000000077162f106d3e21da7b40f1f444dda1cf9d04a16ebbdc61 2,172 1.00/1.00 vMB 61
444,642 444,642 0000000000000000036b84eed4e4ac76ea25f728dc4ab96d31795cfb5d4e2885 2,501 1.00/1.00 vMB 88
444,641 444,641 000000000000000002b627ca815892b93ea10990857e32b8e61d224cb1b50645 2,562 1.00/1.00 vMB 63
444,640 444,640 000000000000000001680cd187d22e88e163e4caf0e8621811d86b704bcc0af2 2,632 1.00/1.00 vMB 91
444,639 444,639 0000000000000000030c144b4543972d0632d4960a3542c3c6fb636be6d09e45 2,477 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.60 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: 671.77 GB
    • Received: 16.00 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.