Loading Tool

Explorer IconExplorer

Memory Pool

42,031 transactions
26.84 vMB
0.06566043 BTC
Random Selection Loading Transactions
Max Size: 140.51/200 MB

Candidate Block

Mining Attempt 6d8556c493580a6aa4e73a47fc5640774706e1b5f3d85a811e07e328e41a9abd
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 68a24cc00935d91aca1456d39c39c1bce017e5da76fe6bfbec7d7a69de398c4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,851
Size: 1.00 vMB
Total Fees: 0.01579074 BTC
Feerates: 151.03 > 1.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (255,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,038 659,038 00000000000000000002c04185318bc95efa8a2a0da6f405931e6c6470c39b25 2,102 1.00/1.00 vMB 24
659,037 659,037 0000000000000000000b743f072b7b8a4a3e532433556579d3c378b25fc2d76c 2,386 1.00/1.00 vMB 66
659,036 659,036 0000000000000000000f709e3f301873fed980cf0308fcc2807703abe9f658ae 1,412 1.00/1.00 vMB 10
659,035 659,035 000000000000000000028fbffa681a413534f9c75ffa70b1600c6e0f79f6176a 2,237 1.00/1.00 vMB 42
659,034 659,034 00000000000000000000b6b357e08153d8e3b9d2613d7495792a24b9bb7c6878 2,273 1.00/1.00 vMB 35
659,033 659,033 00000000000000000005945eff14fe361f2e456c8a33ca4f747e0619e33ae195 2,476 1.00/1.00 vMB 33
659,032 659,032 0000000000000000000e13bab6d602906b63aab0ef4365a5ee06075d8a514db5 824 1.00/1.00 vMB 11
659,031 659,031 00000000000000000002ae049e1e464cf53450ba3cb7e5d06c9dacc0d6f255f3 1,363 1.00/1.00 vMB 16
659,030 659,030 0000000000000000000bc5d98c47db5aaea3949903a4e5c28612e4cc200e0390 925 1.00/1.00 vMB 14
659,029 659,029 000000000000000000059699148b1b2c8fdb071124bfc338064b191cca305047 301 1.00/1.00 vMB 1
659,028 659,028 00000000000000000001d28ff1cf04c7279b0a9ae82c06c180498a6f39ea516a 1,112 1.00/1.00 vMB 7
659,027 659,027 0000000000000000000e3d87cc877a152da0d6d61cf5844270d1cdc4ac838254 2,184 1.00/1.00 vMB 47
659,026 659,026 0000000000000000000f057c39769f50fe8b7ef921faf653378df24628aedaa7 702 1.00/1.00 vMB 10
659,025 659,025 000000000000000000003e139c3eff88865b7438f4ade5d1409746ecd56f107d 932 1.00/1.00 vMB 10
659,024 659,024 0000000000000000000d3d170f7d4df2cf5c120d74e0969d068d60165f24a934 1,601 1.00/1.00 vMB 23
659,023 659,023 00000000000000000008e5692c8f698c3ab736f87f21b0acdbc8876d34e2f961 1,879 1.00/1.00 vMB 17
659,022 659,022 00000000000000000000af9418fa6cb3412ae9f458e328e8a0410c4c2c5f84fa 1,789 1.00/1.00 vMB 81
659,021 659,021 00000000000000000004721145024713e9530cdf7bcdeaea5ace038c489ea78a 1,077 1.00/1.00 vMB 17
659,020 659,020 0000000000000000000b1ef130ea5a0243530ab1c41115cfd587a210a052979b 1,767 1.00/1.00 vMB 27
659,019 659,019 000000000000000000001e44c80ecf70134cd16d0aa8f1c4533bb2748c3baa55 1,295 1.00/1.00 vMB 17
659,018 659,018 0000000000000000000f894e320791cbe4004daf5ff635341ff9efb1eb052d9e 1,929 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.