Loading Tool

Explorer IconExplorer

Memory Pool

45,977 transactions
28.91 vMB
0.14314605 BTC
Random Selection Loading Transactions
Max Size: 150.87/200 MB

Candidate Block

Mining Attempt 43cd4d6193eb2e57d171be92337aa34fcb06197de34f45cc6c36b57b93385e20
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root 86557ca42f49cec4cedaa62eb1f89ebe18e513306f0e0db38de82c2f0a18b4fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,398
Size: 1.00 vMB
Total Fees: 0.03960433 BTC
Feerates: 100.53 > 3.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (858,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,993 55,993 00000000024e0088de234d749f017f92219d674a43fe6642fc761f9e86224310 1 0.00/1.00 vMB 0
55,992 55,992 000000001347e13d2a9bbd10ffeb8c5da407c17280983e596fd50196ea20613b 1 0.00/1.00 vMB 0
55,991 55,991 000000000e4a80d4e5609e6301e9c6705b82ba94318c680f4412c2120faf9fc6 2 0.00/1.00 vMB 0
55,990 55,990 0000000011458ef759755fca6ffb464790cd061d5301f1627a5123047d3e107b 2 0.00/1.00 vMB 0
55,989 55,989 00000000132cbf00930754b81e434559123c57bf5339209cc49e3ff1907618a3 1 0.00/1.00 vMB 0
55,988 55,988 000000001172bac45e7b89d7da1474f43dc52d428379dc256a9a9d947c9fc1de 1 0.00/1.00 vMB 0
55,987 55,987 0000000002f96e07b9de0054f673573e4639ef103bbf37a400765b7c0ebe1328 1 0.00/1.00 vMB 0
55,986 55,986 0000000001aabc7e0f09ab4a5ec3513e1753f52830b2c0e591f43294b80ebf76 3 0.00/1.00 vMB 0
55,985 55,985 000000000bf8bb55f7455043169f08fed5b9b277e6636c5309b8ecaee1ecc835 1 0.00/1.00 vMB 0
55,984 55,984 000000000d6e6230a443d421b868b257a09b2df7da5f6a7dda7b85ed904b45b9 1 0.00/1.00 vMB 0
55,983 55,983 000000000a073f8fa6cdc39d18cfe941a4b342a157974a362f7a0294db6d4536 2 0.00/1.00 vMB 0
55,982 55,982 0000000008d4e18628f26b45abc50b91bf8d076e63fc7c2a6f8a93155305a4fc 1 0.00/1.00 vMB 0
55,981 55,981 000000000773d7882edb8db2119c9eaab05031edee8666de042fca200ab9e7ec 1 0.00/1.00 vMB 0
55,980 55,980 00000000103c406d4dfee3c912dbed7fade08a020178ddca8afc05e248bc6ab6 1 0.00/1.00 vMB 0
55,979 55,979 000000000457ce44935ba610799a122714a90dd6b0b07621cec8bb9d85bd8137 3 0.00/1.00 vMB 0
55,978 55,978 0000000003103fb8eeb3f104e2232051dc51849c10212595622f2c63e41e9aad 1 0.00/1.00 vMB 0
55,977 55,977 00000000010db17101e2bd190da5be306985933397a353d6b767f131f27801c8 2 0.00/1.00 vMB 0
55,976 55,976 0000000002fb3f19eabc133d3a71e7902b5295fb8c10d9b6f9301720b0486383 2 0.00/1.00 vMB 0
55,975 55,975 000000000c29f7798d1c0a134b9ce871c9d1c38ecf7facf2c93a951e6f060969 1 0.00/1.00 vMB 0
55,974 55,974 000000000859b3f9fbf5d8fd435bfeff1f4fca657de80c23a62ab29fbfe13516 2 0.00/1.00 vMB 0
55,973 55,973 000000000562ac99160aa98beec8b59d6b18400d5988c4d5d6293331aa54067a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 644.98 GB
    • Received: 12.63 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.