Loading Tool

Explorer IconExplorer

Memory Pool

35,823 transactions
26.69 vMB
0.05740214 BTC
Random Selection Loading Transactions
Max Size: 134.98/200 MB

Candidate Block

Mining Attempt 7fd6a990a5674bb051ea67f5ce9fe9cbeb739569e90f339d8ec2424dda165a16
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 3263ddb8ed3c5536c59b94c766b9c87551da9fb96dc97f119f925a996cc009c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,987
Size: 1.00 vMB
Total Fees: 0.00754398 BTC
Feerates: 160.84 > 0.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (433,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,466 481,466 0000000000000000011a350868e82785211044fb43bb9068f88f638ac4d0f184 1,977 1.00/1.00 vMB 292
481,465 481,465 000000000000000001253f4ebda29c08fec022bb4b9df76d42cc912f64316715 1,569 1.00/1.00 vMB 67
481,464 481,464 0000000000000000006a1fb52ad228d97f4207d0b3351b27755cb45e6382fd29 1,562 1.00/1.00 vMB 51
481,463 481,463 0000000000000000007f11a0ed15b912c257b164d8b3ee914b51079bf21972a7 1,829 1.00/1.00 vMB 216
481,462 481,462 000000000000000000cb628ee04b25c17963b6fbc3f187b43791a40b2e3465c6 1,446 1.00/1.00 vMB 86
481,461 481,461 0000000000000000007d8b8588b29a76778a46d338a150c9dd88eb98ca8d8e35 1,830 1.00/1.00 vMB 155
481,460 481,460 00000000000000000036d5cfd1fbe9991ce109d1a82a9f03e3508937e22d5420 1,434 0.75/1.00 vMB 304
481,459 481,459 00000000000000000112ebb0462fe52aa5f75c34bca21c83eed6a5ef89e95437 2,006 1.00/1.00 vMB 43
481,458 481,458 000000000000000000724dd0b8782d6052280b1d625b59ee758886ec06034785 2,303 1.00/1.00 vMB 119
481,457 481,457 0000000000000000001cd11717437217dc641af706311a408ffc7b5a95ed5f22 1,679 1.00/1.00 vMB 183
481,456 481,456 000000000000000000b2cfb20020366a7973baf1266d9b21142d903039afb2a1 1,813 1.00/1.00 vMB 267
481,455 481,455 000000000000000000db601e41e1ef1aadb1693947b63dd12a01138af81aff48 1,840 0.99/1.00 vMB 197
481,454 481,454 00000000000000000107336095e2cfa78682daacfe665d01993a9a7109bae5a8 2,498 1.00/1.00 vMB 277
481,453 481,453 000000000000000000c3a87fb0d8bbf8918dfceef9741a14d079de8cb6ee61de 1,742 1.00/1.00 vMB 264
481,452 481,452 000000000000000000e8983fefef405e06ab5406dbf728f43d927fdbf6ed5c83 2,788 1.00/1.00 vMB 315
481,451 481,451 00000000000000000026301c02c759339040f4610665f85ef343cb3d2afd088e 1,199 1.00/1.00 vMB 350
481,450 481,450 0000000000000000003b605c4c03b52a96f4d61e5affa08313ac778d0e40ab11 2,019 1.00/1.00 vMB 221
481,449 481,449 0000000000000000005d10044a421f52459f134186793b1afbcff729e3c17a34 1,648 1.00/1.00 vMB 198
481,448 481,448 0000000000000000009f8d3e48ea8ff3333789005236b16aec9c9953d2be9f3e 2,208 1.00/1.00 vMB 305
481,447 481,447 00000000000000000050ae750c05f2921a9a47e51d837a4e5fb9084b9c74a2de 1,669 1.00/1.00 vMB 128
481,446 481,446 000000000000000000a321388204dfa36bfa30ad75d0c10560f17afc8e282b2d 2,076 1.00/1.00 vMB 110
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.84 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.