Loading Tool

Explorer IconExplorer

Memory Pool

74,978 transactions
27.65 vMB
0.07712363 BTC
Random Selection Loading Transactions
Max Size: 168.81/200 MB

Candidate Block

Mining Attempt 96406e964d9aa2fde1f31edd7041371a06d3984a6dbde48e55430e40a2f2bf5c
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 1fe0abe375caf5c655aafaa9418d7795a2544fbe466b0a918272e63f86a672bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,198
Size: 1.00 vMB
Total Fees: 0.01810301 BTC
Feerates: 100.08 > 1.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (265,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,316 649,316 000000000000000000003fd7dcf79d91886d642c7281d7e7f66f8075430ddd53 2,390 1.00/1.00 vMB 58
649,315 649,315 00000000000000000005fadf74049f5c2a07b85dbc0bbbd71635f5eb15839df4 1,433 1.00/1.00 vMB 52
649,314 649,314 00000000000000000002e708438fe6c2ef79edb52ca04a1d2f045ef92cb889dd 1,341 1.00/1.00 vMB 63
649,313 649,313 00000000000000000000747b9cacffe2d4fa86eeb33c19ba9310290f2a71a0e8 544 0.22/1.00 vMB 27
649,312 649,312 00000000000000000000235c008f169e8655f72265baa29cdb681fc934d6a520 214 0.11/1.00 vMB 19
649,311 649,311 0000000000000000000bddb07ea2e34c559b5d89e33c0714630c6b7c8cceea4e 1,948 1.00/1.00 vMB 11
649,310 649,310 000000000000000000003d007b35e67b69c9c4fdf08fb69a3eff55c0e854385d 2,475 1.00/1.00 vMB 36
649,309 649,309 0000000000000000000c21e89397a3c8eb078ad6608a1fbc59beababce76d827 717 0.58/1.00 vMB 21
649,308 649,308 0000000000000000000e1d80c1ff78d68e811c597a5a774489b78091946d71cf 1,827 0.87/1.00 vMB 30
649,307 649,307 00000000000000000004bf2193168f1530c5f59ad76db7187aac0cc734723819 349 0.15/1.00 vMB 39
649,306 649,306 000000000000000000036c387c97269148aaf29ae0e2d062f77b1e0ca97e09b4 1,332 0.47/1.00 vMB 3
649,305 649,305 00000000000000000006466fe4c43eb64815deb9b27ee069a72a10d77cb963b1 2,820 1.00/1.00 vMB 40
649,304 649,304 000000000000000000060656abd2c5af97dfeebbbcc276ff545694990fa34b47 686 0.48/1.00 vMB 36
649,303 649,303 0000000000000000000c6964a880cf2a912202ac1c18e57e61d0c2ca1677aef9 256 0.13/1.00 vMB 45
649,302 649,302 0000000000000000000b9764a6d2d63d04b824d1109adf12afec523c999bf9db 462 0.24/1.00 vMB 56
649,301 649,301 0000000000000000000232a2977f9492af07ec3c5f5c513a8d52002e8fb6fb6c 295 0.17/1.00 vMB 59
649,300 649,300 0000000000000000000be66dbdb5e1ff9ffbe71edc0b0a805986f54ac80234ab 2,458 0.94/1.00 vMB 13
649,299 649,299 0000000000000000000b2ce3527acf8ebb9f0f03131509699e1758dcada4f9e1 2,116 1.00/1.00 vMB 27
649,298 649,298 0000000000000000000b13ee4bdbcf7efa6245902317164c6dccf3909f4d8b5b 2,110 1.00/1.00 vMB 35
649,297 649,297 0000000000000000000ba2e3e6f5667ddd29a2ff9de716ed7585e6818df93315 2,121 1.00/1.00 vMB 45
649,296 649,296 000000000000000000001a68625d5f5a307f3d473dc82120ba8c8fa07e3f9be8 1,555 0.75/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.