Loading Tool

Explorer IconExplorer

Memory Pool

32,026 transactions
25.59 vMB
0.05042104 BTC
Random Selection Loading Transactions
Max Size: 128.02/200 MB

Candidate Block

Mining Attempt cb045f43c44341cd8975ee5f2e0d59ef0fe80027572d65f44c4645aaabbd3b22
Version 20000000
Previous Block 0000000000000000000122a24f0d88ea2c63b2fc3c15462b7b1ad48cb10a880d
Merkle Root 9e7c652c5a8594903686242122db82065828d62d3cad5ca3dbcd66af4ce99d19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,869
Size: 1.00 vMB
Total Fees: 0.00386561 BTC
Feerates: 8.01 > 0.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,668 (525,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,620 389,620 000000000000000008bd059214ca86f3826ceae960989c1a441572047b98b613 1,802 0.99/1.00 vMB 25
389,619 389,619 00000000000000000a8a9dacbf1c611e906aaae903524688473e893ddc24ee66 1,959 0.95/1.00 vMB 32
389,618 389,618 0000000000000000076267a19ceea9ac429820e6be19e1385e95c96619d6ef34 3,017 0.93/1.00 vMB 39
389,617 389,617 00000000000000000097f026a718e979685c76676f9df9f4511e7a95833889fe 2,873 0.95/1.00 vMB 54
389,616 389,616 0000000000000000000685806cf17a8a46fcd8f5c7fe44f53aedc145451e8079 406 0.95/1.00 vMB 34
389,615 389,615 00000000000000000a34b82bba710babd3303c80680f6a8bb76d9b053c89a99a 9 0.06/1.00 vMB 10
389,614 389,614 0000000000000000058cd5455e4fb58e1863c4857ecfc70091963c680fab7f85 1,849 0.93/1.00 vMB 34
389,613 389,613 0000000000000000059db51da092a5a427bf36ae9d8fe6f8ca18eae079b65ec3 1,424 0.75/1.00 vMB 28
389,612 389,612 000000000000000002e9412be3aac97a403c37e83c8c78045fb645883f4a66da 1,578 0.90/1.00 vMB 23
389,611 389,611 000000000000000000f553e769db71070aa2dd2a3c90403938bab23e9eab8023 3,285 1.00/1.00 vMB 58
389,610 389,610 00000000000000000899aaa6dcdbe22b567a35cb2f9060af730e0a12da303c8d 2,623 1.00/1.00 vMB 40
389,609 389,609 00000000000000000ae5dd9338efba45855e65c888e5ebf07214710e0919c665 570 0.34/1.00 vMB 27
389,608 389,608 000000000000000005e0f026e39adc4962f7206e9033b68a238a195feb6e26c7 1,576 0.75/1.00 vMB 39
389,607 389,607 00000000000000000471c05f84c5e5a592ef95b2ebb5ff78b47fcbc5f864d094 81 0.20/1.00 vMB 9
389,606 389,606 00000000000000000870f7c2bb07d7b196640ee5d77265e2a794400009d3dbef 1,705 0.92/1.00 vMB 28
389,605 389,605 000000000000000001e651c847aed8dbd329b274cecb329a74d55c68917f8408 1,666 0.89/1.00 vMB 31
389,604 389,604 000000000000000003bd1b2eadf95a3c3e8dc8eb04342d275c6a9404d2cbfec9 1,508 0.69/1.00 vMB 34
389,603 389,603 000000000000000008af42899eea023c1400615d970e6ab18bdefc24f179aa41 2,379 1.00/1.00 vMB 33
389,602 389,602 000000000000000000b0f84eb988f42c69077b1ad945df470b7ef3ac9c9d1b86 1,756 0.75/1.00 vMB 35
389,601 389,601 000000000000000001b759ca23bd10287eec712e9c61db352ec1dca6acf36e42 2,837 0.95/1.00 vMB 49
389,600 389,600 000000000000000002eac9265532aba3fd5838f4b1aa2e3fc0a2935e4663234b 1,235 0.80/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.80 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: 634.54 GB
    • Received: 12.26 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.