Loading Tool

Explorer IconExplorer

Memory Pool

44,826 transactions
27.29 vMB
0.10129087 BTC
Random Selection Loading Transactions
Max Size: 142.61/200 MB

Candidate Block

Mining Attempt fae2a3e50b14f48f6f4b4a566429481c66f3e7bbf3f719b896d2a7a72df12eaa
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 31d150e1d5d95a63a77f1ff7e5ea8f351a9d250cd1f1104d912928fa8cd15790
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.04535984 BTC
Feerates: 151.01 > 4.55 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (534,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,057 380,057 000000000000000003412ace89ca7dbfa50645eb264287a3bde0ed013cf0a55b 1,641 0.95/1.00 vMB 37
380,056 380,056 00000000000000000b2b4dbe4f5f5b9549896cb419a1c57c340d00e463e9b2bb 2,784 0.95/1.00 vMB 53
380,055 380,055 00000000000000000b829bc5622fcdf63682fdeff7eb11d1393d569ed264cf14 1,846 0.84/1.00 vMB 38
380,054 380,054 000000000000000006d1e33f47eebad377fd5c8847af9334e2a1159fcae361ed 766 0.36/1.00 vMB 34
380,053 380,053 000000000000000009af5836053a573caa9ad3e7a870479c70f95acb2c18d17f 573 0.28/1.00 vMB 35
380,052 380,052 00000000000000000e14dafb7a4a5471fdc651a0c4d5939c0baf5bbb8709ca16 1,645 1.00/1.00 vMB 24
380,051 380,051 0000000000000000087f1823101ec05eb44c5237cf596053a2b21375639936a4 1,603 0.75/1.00 vMB 40
380,050 380,050 00000000000000000c3480182e4d9606bab13ee4f2370741e58b7d3db8e2728d 986 0.47/1.00 vMB 35
380,049 380,049 0000000000000000036b2e86979e224c4ef40bbefbc3af086ab9beffb87d88c2 133 0.25/1.00 vMB 6
380,048 380,048 000000000000000011aeab1053e76bc9ed9bee6fb30b74ec0b6b7062cf599e35 2,289 1.00/1.00 vMB 40
380,047 380,047 00000000000000000e02491e1352082014a7cd3da8513e4f258a9e20619bdbf9 1,304 0.74/1.00 vMB 29
380,046 380,046 000000000000000006d43b104da6da76756287c4be74d8a57f70ef3b43a9207a 110 0.10/1.00 vMB 23
380,045 380,045 000000000000000001160195352ce34a7494b729c555f46e3f70fd9fffe22a20 327 0.25/1.00 vMB 22
380,044 380,044 000000000000000008e4433ae01aa88359ef50f353ad54571d757a6e1ee69bd7 418 0.24/1.00 vMB 28
380,043 380,043 0000000000000000086bf53d65e8a66f81b26d6ef05237234c4f0ff6703ae5b0 413 0.29/1.00 vMB 23
380,042 380,042 00000000000000000c16ede947e461aa30aa6b3879ba72c39a410e076833ba47 1,196 0.75/1.00 vMB 26
380,041 380,041 000000000000000004c8b000e1924fe55d0025fa185d6345236e2537a247d0f5 2,530 1.00/1.00 vMB 42
380,040 380,040 000000000000000009327d9cd32c82b78b23f877c82587cfb4d1142e6433cd57 224 0.90/1.00 vMB 3
380,039 380,039 000000000000000003cbc9d1c9d99cff9ec89ce3a5d160406e302c73fb141c3e 1,548 0.69/1.00 vMB 38
380,038 380,038 00000000000000000bb35cf04f54e794cfb6a50f2445a101ae6f6132f76236f3 1,453 0.67/1.00 vMB 36
380,037 380,037 000000000000000005c54248bd05f1e587182668019aacd064693946c0fa0c8c 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.17 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: 653.49 GB
    • Received: 13.90 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.