Memory Pool Memory Pool Refreshing

6,951 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,564 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (767,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,795 140,795 0000000000000655892abd3f87caf69220f778722624c689430bfb7d8f598016 0.00 MB 11 286
140,794 140,794 000000000000064b2f7219891e33c8edbf2c27bfd21e041726c3da87fd2544a3 0.05 MB 77 123
140,793 140,793 0000000000000340ab0d383725ca0aaa43c5b822f6a52ca64e0e1935515157c9 0.00 MB 5 48
140,792 140,792 00000000000006841073d4f09fae2a0333df10794d34bee11b241ef46e517b68 0.02 MB 28 240
140,791 140,791 000000000000063d826baae40c040960c50f446593228795902f10f416a1d0c7 0.01 MB 18 196
140,790 140,790 00000000000001bad93f85e0e74ba8afb36054792a4d7e07309b40b54fa4c5a3 0.00 MB 4 193
140,789 140,789 00000000000002bddfabe6849eacd4f2d8579bf581e1781ff6345f445137ec80 0.04 MB 135 58
140,788 140,788 000000000000060c92100a4a547cf4282b5e633940ebd4db43648173482e2519 0.00 MB 14 201
140,787 140,787 00000000000007d7f0db4868e18a8bd62bece702abd2cd19d0159afbda006d62 0.04 MB 92 171
140,786 140,786 00000000000001b1f198c75a81f797253577f5eebc97ec50e4dbc0cfc3e14206 0.01 MB 38 101
140,785 140,785 000000000000047f760d33538f1d72dbc0d41e9b9b714e2759f6c553e1ef5115 0.03 MB 54 376
140,784 140,784 00000000000008d7cf71eb3d55efa9a1f41d44aafe957550094465f73dd0f3b7 0.01 MB 13 9
140,783 140,783 00000000000007723f8bcf896db84ba4cd8b40a46e5fc87fa0efbc9e06f9fdc0 0.03 MB 79 174
140,782 140,782 000000000000084944f93acc096cbfb49429035653c54845ad16af31240a14e8 0.01 MB 18 541
140,781 140,781 0000000000000725de978109741eb94e26762d6c1bf58a97d7e3e6a7b4f913b4 0.00 MB 7 0
140,780 140,780 00000000000002b43f33ef91fd5cdac39973449302d49cdc2fe9cc3c1082dc2b 0.00 MB 1 0
140,779 140,779 000000000000046fbec2f417c1f58889cedf774d244b7368f69adef417b46b65 0.04 MB 123 90
140,778 140,778 00000000000000b9c4cddd09e7cab3fe31c743ecd10681c1d146460e6f9aebf8 0.01 MB 23 449
140,777 140,777 000000000000088fdcb7bfc70ac4154dc57fe18350f9c167ec83aa438850b789 0.04 MB 97 178
140,776 140,776 00000000000001ceeeef731a013ea34be8b5c12a699189876f337971d1323eae 0.05 MB 131 239
140,775 140,775 00000000000008c81925eb1aba4f205cec50d71f0ac4c516b1bea7086fb6f867 0.01 MB 19 96
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.22 GB sent, 94.20 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.