Loading Tool

Explorer IconExplorer

Memory Pool

37,129 transactions
26.84 vMB
0.06019118 BTC
Random Selection Loading Transactions
Max Size: 136.35/200 MB

Candidate Block

Mining Attempt f02142d3634c95274eb79168fa73805a1c27778cd74c523ea1b472e0d8e40849
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 1852ee16709345b0378218179e506e28e32a42a5f8abf003761c4786e2c180d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,945
Size: 1.00 vMB
Total Fees: 0.00983092 BTC
Feerates: 74.79 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (291,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,998 622,998 000000000000000000032024e5b6140cb10934840f542a74178ea31b150a3c4b 43 0.04/1.00 vMB 84
622,997 622,997 000000000000000000003b4aafecb2e235f72b55533a6dbcd4fb1f6a114320b6 1,740 0.71/1.00 vMB 15
622,996 622,996 000000000000000000108c4586abd788e231f54df3666ed66b46dd036bf13fbd 1,518 1.00/1.00 vMB 88
622,995 622,995 0000000000000000000bcf5041ef64c6e815cc8083bcb6058aa39eafe09ae917 967 0.31/1.00 vMB 38
622,994 622,994 00000000000000000001230e0a3c8250deeff6e01c66d638079bdba19bde0e5e 1,523 0.60/1.00 vMB 40
622,993 622,993 000000000000000000095e758f8df4d461c4b04222205b4d17fd69683849bf91 1,550 0.92/1.00 vMB 47
622,992 622,992 00000000000000000009ab4cc5d9c3c0c7198057de8e41d6c7290f62859dac10 558 0.26/1.00 vMB 57
622,991 622,991 0000000000000000000d7d3aeb425bc6509d5aa0e74cb474457b1f421cc57a04 1,719 0.78/1.00 vMB 49
622,990 622,990 000000000000000000009de17868bfe7b83662605eda4a72fb6cf3bd3fbfc14a 1,202 0.39/1.00 vMB 42
622,989 622,989 00000000000000000004ed2eedaf25ea1edbc7c3a50d58aeb53bfe439850035e 2,109 0.88/1.00 vMB 51
622,988 622,988 00000000000000000005a966e833c143bef81fa828bf236ce0a5bb1cbc382261 54 0.02/1.00 vMB 88
622,987 622,987 0000000000000000000f9bc4c47d970859fc6185533d74bbf394b60edc993390 2,135 0.87/1.00 vMB 37
622,986 622,986 0000000000000000000e3c965a5d7b71ca19081b4e16a249d07b3bf06ad1b5f4 2,458 1.00/1.00 vMB 38
622,985 622,985 00000000000000000005121cf0350aa4a4ab17aff17a5aa03aca1701ea80fef4 2,281 0.94/1.00 vMB 41
622,984 622,984 0000000000000000000903cb36dfd18ab60533f2948b05949777a5bd3b24cc4a 779 0.51/1.00 vMB 36
622,983 622,983 0000000000000000001102f87d67da374ad8db5d9e9b20def9661d3d16d17b73 2,908 1.00/1.00 vMB 25
622,982 622,982 00000000000000000012bf5cb54b5f2dabdef15109787a8c9fe39f02bc67599b 2,505 1.00/1.00 vMB 63
622,981 622,981 0000000000000000000641886b8d77e63ab9ecd4d5375f34a7d571534f5b93cc 2,608 0.93/1.00 vMB 17
622,980 622,980 00000000000000000004c7f36679225adae6123ee8249ac56a2f9afe764c2e4d 2,455 1.00/1.00 vMB 71
622,979 622,979 0000000000000000000fe97d37fbeff0f373a262e9fd1c55b5d70b072ac84879 1,275 0.35/1.00 vMB 19
622,978 622,978 0000000000000000000a846c1a57c6ba97f360c71d21fe5c2ca1dc53e1e5545e 2,110 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.