Loading Tool

Explorer IconExplorer

Memory Pool

80,580 transactions
30.39 vMB
0.07673416 BTC
Random Selection Loading Transactions
Max Size: 185.71/200 MB

Candidate Block

Mining Attempt 4e10049c13fe990329385231d598dc47d8faf962d6d4a53d69311d16548eccbc
Version 20000000
Previous Block 00000000000000000000d1d2ad17fc19c6d3c0ce75e637dbcce014786420ab4b
Merkle Root 7f185ac4ca92d10c6631cfa88fecce786305d47250d43e84df0b31585700bd61
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,679
Size: 1.00 vMB
Total Fees: 0.00873731 BTC
Feerates: 81.27 > 0.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,357 (507,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,450 407,450 000000000000000002e330890fec44e456befe67963d143281b8573fe3ecdd35 2,319 1.00/1.00 vMB 48
407,449 407,449 000000000000000001b62d01f2d4cd8a48865a0b81cc848c7a0d3ca12b806ddd 1,132 0.60/1.00 vMB 37
407,448 407,448 000000000000000004ef2efdb958875b26fa57dfec5223d755d18bbcf22c4d44 883 1.00/1.00 vMB 23
407,447 407,447 00000000000000000147129ccd12b9fdf084799b1baa19bf52b0baaa21df799a 2,320 1.00/1.00 vMB 48
407,446 407,446 000000000000000004b472d3de1e0527cecd6501c8a649cd311d3f4f5a47affb 2,499 1.00/1.00 vMB 54
407,445 407,445 00000000000000000589f85f0c7d127a05cb13c8a6ab3147ddbe6ef6d2e7635e 1,350 1.00/1.00 vMB 28
407,444 407,444 000000000000000002cf90da5d1ec1f87de03fb8ca91a815d466bfa86b448a34 2,097 0.99/1.00 vMB 42
407,443 407,443 000000000000000004eebdfee8ba9e5407a50a0053eb717734dbbe456a702af3 1,641 0.99/1.00 vMB 31
407,442 407,442 00000000000000000323a726ac71830a71d5ceac926bc414c1b890d9e759e3ca 2,800 0.99/1.00 vMB 48
407,441 407,441 00000000000000000490096c1de8dd56b493cfb379d78d0dc8679e8ecd786c13 3,035 1.00/1.00 vMB 60
407,440 407,440 0000000000000000007bca32dd240aaf471279d39abdb4fd7851e93e5afccbc3 3,362 1.00/1.00 vMB 110
407,439 407,439 0000000000000000000e523a1b9337bd22a9a6f563f7d6fbcaa2d9227aa6eca3 608 0.99/1.00 vMB 16
407,438 407,438 000000000000000001bde663eb0d6ee0d55d7aeb29e7827d0034aa218767ddab 1,798 0.92/1.00 vMB 42
407,437 407,437 000000000000000002b65f5c3ec5baeb4e89aa6c127017c091550f7ad5972aee 1,002 0.98/1.00 vMB 24
407,436 407,436 00000000000000000008cef4b184464a90e71fc35f2a8c7fcf1c5cd4f00dae23 377 0.90/1.00 vMB 15
407,435 407,435 0000000000000000052d26c2839386ddea15f1281bb1ec4465fbed56f64107c3 621 1.00/1.00 vMB 19
407,434 407,434 0000000000000000028ded52c620d875064a8bcd9413a1f6c819f7e3909c3545 2,532 0.93/1.00 vMB 55
407,433 407,433 000000000000000005eb2bc1096ca60f083d89377542496407719db114a0be35 790 1.00/1.00 vMB 24
407,432 407,432 0000000000000000061efeef787278532af534edf2e60115ef4b7d1a4c77f90d 1,996 1.00/1.00 vMB 44
407,431 407,431 0000000000000000003ba2910e971bee3abd0795852eded209bfafb7f60e7b9a 2,051 1.00/1.00 vMB 61
407,430 407,430 000000000000000001f4239a63d3fe875ab3fc3da0ac14ce165a5302f03263bd 1,531 0.99/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.