Loading Tool

Explorer IconExplorer

Memory Pool

78,538 transactions
29.82 vMB
0.11601431 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt fea4c306e416380a7cefa2b71f57ed339095544554fa72efebaf1c04598f161f
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root afe24d48a90ad34ab1bb7a40ae6bfe978b4f7dc0ee316be68c6c6600e5b88748
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,183
Size: 1.00 vMB
Total Fees: 0.03476919 BTC
Feerates: 673.02 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (96,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,714 818,714 00000000000000000001633854b7f2aa2bb083ae8007540ba0d4fc7ac1272d4e 4,274 1.00/1.00 vMB 62
818,713 818,713 000000000000000000003660364813e79f7fc68ba268a5c5951ea267b1ea895e 2,832 1.00/1.00 vMB 63
818,712 818,712 0000000000000000000153e8c89d8910925008c7192a8cb0b4a83426e3e68751 2,848 1.00/1.00 vMB 75
818,711 818,711 00000000000000000000c03944515120fa42de0ba048bf3d7a11c3920a7fcd77 3,489 1.00/1.00 vMB 64
818,710 818,710 000000000000000000002b6b88a0e8de0d767c12d0c950ac9da4512702f32484 2,815 1.00/1.00 vMB 70
818,709 818,709 00000000000000000000cda9f675a597c9531179d092451a98433734162610ec 4,198 1.00/1.00 vMB 55
818,708 818,708 00000000000000000000dc6d61817fb2dfa623e5e9a34b076ee101b047c16860 4,658 1.00/1.00 vMB 61
818,707 818,707 000000000000000000018120b8d7641c28b586264d88c60a1b60b69cf40fdfc7 3,697 1.00/1.00 vMB 56
818,706 818,706 00000000000000000002091c44752c14f1bf4b31571ab4ffb13eec4c71f90053 3,505 1.00/1.00 vMB 68
818,705 818,705 00000000000000000002fc3f2e5c7b064f7f7f8b00aa069067b8f034819c47ac 3,075 1.00/1.00 vMB 55
818,704 818,704 00000000000000000002061692f5449a852020ba3c2a246c2eae85a2d96a2cb1 3,693 1.00/1.00 vMB 68
818,703 818,703 000000000000000000037d6f34d95fa7667a4c5e237a0c8df6611e1c5b0ed122 3,501 1.00/1.00 vMB 79
818,702 818,702 00000000000000000001fb6f354f8d84d59e2b2fbe49888bdf5d5bfd8c0bc5c0 3,254 1.00/1.00 vMB 99
818,701 818,701 0000000000000000000008fc8ddf648208e3a92563f240c817c80a4ff6e7dd47 3,186 1.00/1.00 vMB 97
818,700 818,700 0000000000000000000360e8c4ab6649aa56c1d3caad5f16b1026446f4bc5993 3,922 1.00/1.00 vMB 61
818,699 818,699 00000000000000000002805c6eee498a5cc3df90eaff1313945a3b9417f19ba2 3,286 1.00/1.00 vMB 82
818,698 818,698 00000000000000000002c88287b492c24a5b9a887b9aa63639bd6e886e2e9e9e 4,201 1.00/1.00 vMB 69
818,697 818,697 000000000000000000035f0ed44bd400c247d1e99068ec1626f0126229b8dde9 4,757 1.00/1.00 vMB 57
818,696 818,696 000000000000000000013434db89cc42a49738c6fb21d7790ef1581c221a67f8 3,274 1.00/1.00 vMB 60
818,695 818,695 000000000000000000032dbf5f63680bdb0861d09227b955e93dab036c625853 3,918 1.00/1.00 vMB 76
818,694 818,694 00000000000000000001e4e9ded66938dc8b834804644cb162113eb62a7d4c74 3,933 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.