Loading Tool

Explorer IconExplorer

Memory Pool

80,860 transactions
30.90 vMB
0.07777725 BTC
Random Selection Loading Transactions
Max Size: 187.88/200 MB

Candidate Block

Mining Attempt 10c2bb9ce1405f49ae0dc59bcabf618e6bc222dc22b0046d2f50d3db2a7c7cdf
Version 20000000
Previous Block 00000000000000000000434d606c3a7811f2f11a15f2cf209ba28821c827a687
Merkle Root b618fdf4c22d937bfd2b7967ae96355a31bd4cd067b3cfd86590755fd5f47576
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,567
Size: 1.00 vMB
Total Fees: 0.01134151 BTC
Feerates: 47.33 > 1.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,195 (265,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,317 649,317 0000000000000000000e6d033b3947f337dd917b93d290c7e956d7ba5203fc79 1,923 1.00/1.00 vMB 7
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
Previous 10 blocks ↓
Total Size: 782.73 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: 707.61 GB
    • Received: 16.69 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.