Memory Pool Memory Pool Refreshing

9,302 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,852 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (760,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,807 146,807 00000000000005d73302853558de6243fdfa637bb607c67cf29c8699542ac2b3 0.04 MB 92 69
146,806 146,806 00000000000003aa4850c60e456b50c9f89f9092949d2771f5f064b8c6f11583 0.00 MB 10 609
146,805 146,805 000000000000089285440270a65cd1e0cb1565a66d76b26989daed9c673a18ea 0.00 MB 10 0
146,804 146,804 0000000000000343557b879792d84fee7e4316a28850c1d87ef8aac7145ca7b5 0.02 MB 39 93
146,803 146,803 00000000000001e12c8f036f3d95ac2f57dbb8de6e9a8d6cc6cdf4428cf98c96 0.03 MB 103 21
146,802 146,802 000000000000089870f4bf93f134bbb26ae5a03465f3ee6e0657731bf6181ae3 0.00 MB 5 20
146,801 146,801 00000000000006435c0b8f064702d41a952171f355fc55a6b7e31ebc0d0b8f20 0.01 MB 8 33
146,800 146,800 0000000000000638177e7af24cba523a74e5ef6ed6f6db619cbfedadae6cb458 0.00 MB 1 0
146,799 146,799 00000000000004265c96f0b315e2d82438cad3ec8c0a457a84554cecea7aa717 0.00 MB 7 498
146,798 146,798 00000000000003cc9d0b1817015bda377715576469e06e554b511867d69b183a 0.01 MB 35 314
146,797 146,797 00000000000004547518b6d1cd01e7892dc318038e9f422253c47803e5f9db61 0.01 MB 15 69
146,796 146,796 000000000000084420be5f4344daeb2db9da5a714a2e7aba5ab13257c4544983 0.03 MB 89 114
146,795 146,795 000000000000024f8c8c1076fc4ca2f73e02e02b7e76cb5693326e75a352bb0d 0.00 MB 12 0
146,794 146,794 00000000000000c2d9b9eb3b1ea03073b2be476c8b2cffacf8b49a6869039a25 0.03 MB 68 123
146,793 146,793 00000000000006b80692a51cce859d312ccf7cc233e40e6f42309b2f8f90b986 0.01 MB 22 141
146,792 146,792 000000000000011555e5f718aae0795598d8d016fac2b1eaf70528941435a6c3 0.00 MB 15 113
146,791 146,791 00000000000000355de007c5be1711e6c5ca011f0a343bdf25c063ba9df60c4e 0.01 MB 53 28
146,790 146,790 000000000000087f9c650558dc3c01fda0cebdcdc08dfe13da3b231bbfa35384 0.03 MB 61 121
146,789 146,789 0000000000000277c304c8a2b5902be8d28d49cc51a93231c51eddf054082756 0.00 MB 14 30
146,788 146,788 000000000000071deb11b091e06b74c4dad53eb64e9c4b51d8c8dff67737200c 0.01 MB 18 247
146,787 146,787 0000000000000531823037b1c262994687cb3507446c79821a9e845c43797261 0.01 MB 14 246
Previous 10 blocks ↓
Total Size: 768.98 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,616.47 GB sent, 92.72 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.