Memory Pool Memory Pool Refreshing

2,669 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,885 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,669 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (8,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,812 899,812 00000000000000000001c9c4213027c3c8d27f34292d321b0f21aa2e1bd47c53 1.51 MB 1,458 2
899,811 899,811 00000000000000000001906055ed8d7d7e40119b3ef2779e6caa00ad705dc0bc 1.59 MB 3,562 4
899,810 899,810 00000000000000000000436df0d5c335e5a1a88236258abae56d526bf0d4e5ef 1.54 MB 4,039 9
899,809 899,809 000000000000000000017d5d8bad2b01adeb2b843dd99491322e44bc3719a344 1.69 MB 3,408 4
899,808 899,808 00000000000000000001f509c565760e5deb7141f63f8d922016c44193c1f9d8 1.55 MB 3,867 8
899,807 899,807 000000000000000000015d2d4dd80dc13267faeb92579aa96c002ac44471fa55 1.59 MB 2,965 3
899,806 899,806 00000000000000000000dfca584c6ffccc0a09761322c69fb668f446dfabb59b 1.67 MB 3,489 6
899,805 899,805 00000000000000000000f9ec4dab4938ca1ced8d6711be9479c6b39ed7fada98 1.55 MB 3,251 6
899,804 899,804 00000000000000000001e94573cd7b11719f8311b07ea4f2f0856cf7cd4230b8 1.32 MB 1,926 3
899,803 899,803 00000000000000000002000e0a552f81cf0c810eeeac9c0e590e88dace0c0945 1.60 MB 2,322 3
899,802 899,802 000000000000000000020ab825d36a715857a7fc6128077b247905a8230c194a 1.70 MB 4,048 4
899,801 899,801 00000000000000000000f5e31fbb198352dfebdc8f3d4091beb7eb94997465fd 1.66 MB 2,361 4
899,800 899,800 000000000000000000004034683a09143a59f64298b4d2731fb9b68008e908fc 1.58 MB 3,817 7
899,799 899,799 000000000000000000019f321b3e868efd237c6ddd1a29713d8891f84f9304cc 1.63 MB 2,774 7
899,798 899,798 00000000000000000001307941f3a3acb8d2596e608219e0873d7ed25ce9f5d9 1.72 MB 3,559 7
899,797 899,797 00000000000000000000a7f2ecfbeb4e34c96d6e9148c6193d3bf974817b58f5 1.61 MB 3,735 6
899,796 899,796 000000000000000000009fa18842adbe644d53ca7c55ed7746e3331f866f1f2e 1.58 MB 4,402 9
899,795 899,795 00000000000000000001ac3eb0ea56ee612fc3dcdfc93172dc56a54f1ee028db 1.47 MB 3,389 14
899,794 899,794 000000000000000000014edf4bbd8b6d235c73d66ec299b479f8c26b255e676b 1.57 MB 3,096 1
899,793 899,793 00000000000000000000faf12ed886cc3aaae8ebd8df2f8971abe51d87394634 1.71 MB 4,210 3
899,792 899,792 00000000000000000000b978adbdd6fc4ccb3c970363d9248e37273a9eaa6f85 1.68 MB 3,118 5
Previous 10 blocks ↓
Total Size: 769.32 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,643.14 GB sent, 94.59 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.