Loading Tool

Explorer IconExplorer

Memory Pool

44,376 transactions
20.23 vMB
0.06381169 BTC
Random Selection Loading Transactions
Max Size: 114.43/200 MB

Candidate Block

Mining Attempt 797f6db1b87c491a663519e0bf2a1674c47b52b514486fcd92712b0748d47d8c
Version 20000000
Previous Block 00000000000000000002011e6ba772050866aa3f6b3ae07ef25ad216bee5a454
Merkle Root ca47f8c2ff82d6e351bfe7606c829409d47d9dc3bc520654a499f40e76827c8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,827
Size: 1.00 vMB
Total Fees: 0.02391274 BTC
Feerates: 302.27 > 2.40 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,956 (801,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,551 112,551 00000000000110f910b81fab082dbaed824f7fcdd690ebc5dc4b3f5ba6b6f2ae 12 0.00/1.00 vMB 0
112,550 112,550 000000000000dcbde460fc04bca0e9f3189f343fc9a50948fe8f8192b8e850c7 17 0.01/1.00 vMB 718
112,549 112,549 000000000000479dc6fdbed4192d788d395b17cf95a012e565d1b85a6d97c5ef 13 0.00/1.00 vMB 968
112,548 112,548 000000000000e96a905a4b3233dcd6820a637f67623e571c48b56ce583686f19 13 0.00/1.00 vMB 1,292
112,547 112,547 0000000000007e8ba189593511ce876c2c7ee69315dd448a380a5b9ed0c6ad1f 12 0.00/1.00 vMB 0
112,546 112,546 000000000000e63fbb1867eecd3fdfac1507ee2edcf823994ce18b92653bef71 24 0.01/1.00 vMB 3,476
112,545 112,545 000000000000e7a188d554203255b9e132edb616185e55d02bc3772d00a9e42a 12 0.00/1.00 vMB 346
112,544 112,544 000000000000c85006eb36163b5c5e6ac1faa03be57c5895404fb5dbe939a0b6 17 0.01/1.00 vMB 2,335
112,543 112,543 0000000000006b0c4f083683606c08636b2011062633699ce60c7c6edff4dc1e 10 0.00/1.00 vMB 358
112,542 112,542 00000000000114296289d0833534071ab979fafd51efda4141701a8aab47840d 9 0.00/1.00 vMB 0
112,541 112,541 0000000000009a0224fb7149934f9a5b49b00e6c9a85b7106074c5982553dc2a 13 0.00/1.00 vMB 1,122
112,540 112,540 000000000001280b7db0b9fdc20d714a1dad34f2d1886a3551560da7138542bc 28 0.01/1.00 vMB 2,240
112,539 112,539 000000000000c73fc5136a3cfcd98818937c81f835534523856914855ced8a7a 12 0.00/1.00 vMB 0
112,538 112,538 0000000000006ff9a29f26383fe179639d5f272306a42c274118983e45f9ca76 12 0.00/1.00 vMB 338
112,537 112,537 0000000000009c8f89f70a8a2d542a6d9d28f13dcac5d64dc56ff46532a2a54e 11 0.00/1.00 vMB 0
112,536 112,536 000000000000203f4d1d21c6225c56f51643ea8155113b1d33732b1472d3e091 8 0.00/1.00 vMB 513
112,535 112,535 000000000000f65e59ebe6f131e812114b79bb9f380e9ed866612e204a956e3b 12 0.00/1.00 vMB 729
112,534 112,534 000000000000133dc15dabf2dbce236b1d8264b3ab9b36942080d95d66160a79 12 0.00/1.00 vMB 342
112,533 112,533 0000000000010cba289a3b0664368936751bbb49c421b4d89bd270f21cfe8037 15 0.00/1.00 vMB 1,279
112,532 112,532 00000000000068bcae8d109670a1af483772fb290d894a095be10088b3cb112e 13 0.00/1.00 vMB 617
112,531 112,531 00000000000040dd45d1c0d69bdce5e5afbed18fddcd5f2ea93f298a90eee3c3 17 0.01/1.00 vMB 399
Previous 10 blocks ↓
Total Size: 780.53 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: 535.47 GB
    • Received: 5.91 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.